# Functions
DecodeHTTPJSONBodyToStruct Decodes given request body inside given struct Given struct must be passed as a pointer.
No description provided by the author
WriteStructAsJson writes the given interface converted to json into the given ResponseWriter If w.WriteHeader has not been called yet, Write calls WriteHeader(http.StatusOK) before writing the data If a StatusOk is not wanted it is mandatory to set the status code before calling this function.