# Packages
Package router provides HTTP server router.
# Functions
NewHTTPServer creates a new HTTP server.
WithLogger is a HTTP server option that sets logger.
WithReadHeaderTimeout is a HTTP server option that sets server read header timeout.
WithReadTimeout is a HTTP server option that sets server read timeout.
WithServerAddr is a HTTP server option that sets server address.
WithWriteTimeout is a HTTP server option that sets server write timeout.
# Structs
No description provided by the author
# Type aliases
Option is a HTTP server option.