# Functions
NewHTTPHandler returns instance of HTTPHandler which can be used handle http requests.
# Structs
HTTPHandler contains REST API handling details which can be used to build routers for http requests for given path.
# Interfaces
Handler http handler for each controller API endpoint.