# Functions
JsonBytesWithSuccess is supposed to set the response code and []byte body value in the context response.
JsonStringWithSuccess is supposed to set the response code and string body value in the context response The parameter `jsonBody` is supposed to be a valid json.
No description provided by the author
JsonWithFailure is supposed to set a failure response code and other details.
No description provided by the author
# Structs
SingleMessageResponse is for sending a single message response to the client.