# Functions
NewHTTPHandler returns instance of HTTPHandler which can be used to handle http requests.
SendHTTPRequest sends an http request to the client, expecting a given status, and returning the result.
WriteErrorResponsef write error resp.
WriteResponse writes interface value to response.
# Structs
ErrorResponse to send error message in the response.
HTTPHandler contains REST API handling details which can be used to build routers for the given path.
# Interfaces
Handler http handler for each controller API endpoint.
HTTPClient http client interface.