# 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.
# Type aliases
No description provided by the author