# Functions
HttpJsonError replies to the request with the specified error message and HTTP code.
No description provided by the author
NewAwsHealthCheckHttpRequestProperties creates an HttpRequestProperties object for a standard AWS ELB health checker Path: The path that the health checks are performed on.
NewErrorHttpResponse generates an HttpResponse with the correct headers for an error string.
NewErrorJsonHttpResponse generates an HttpResponse with the correct headers for a JSON encoded error.
NewHttpResponse generates an HttpResponse with the provided data.
NewLogger is constructor for a logger object with initial configuration at the service level Params: serviceName: A meaningful service name to be associated with all logs opts: Configuration options for the Logger.
# Structs
HttpRequestProperties is an entity which contains the properties of an HTTP request.
HttpResponse is an entity which contains the data to be sent in an HTTP response.
Log struct defines a log object of a request.
Logger struct defines a wrapper for a logger object.
LoggerOpts provides configuration options for the Logger type.
No description provided by the author