# Functions
FromEnv tries to uses value of HTTP_SERVER_ADDR env variable with ':8080' as default address.
NewServer creates new instance of Server with given options.
WithAddr allows setting listening address of http.Server.
WithHandler allows setting handler of http.Server.
WithManagementServer can be used expose management endpoints when the service doesn't have any HTTP API itself.
WithMetrics can be used when service doesn't need http server other wise.
WithServer allows setting pointer for http.Server to be used.
# Type aliases
Opt can be used to modify servers configuration.