# Functions
StatusLevel is a function that return the log level based on the status code.
# Constants
ClientMode is when the http is used as a client.
ServerMode is when the http is used as a server.
# Type aliases
ModeEnum is the identifier of the http mode.