package
1.0.0
Repository: https://github.com/mbiagini/go-server-utils.git
Documentation: pkg.go.dev

# Functions

writes an http status to the ResponseWriter.
No description provided by the author
WriteJSON encodes v to json and writes it to the given http.ResponseWriter with the provided status and Content-Type header with application/json value.
WriteXML encodes v to xml and writes it to the given http.ResponseWriter with status code and Content-Type header with text/xml value.

# Constants

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author