package
0.0.0-20240927124219-8939409891b6
Repository: https://github.com/andymarkow/go-metrics-collector.git
Documentation: pkg.go.dev

# 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.