# Functions

BuildHTTPMux creates an HTTP handler based on the provided register function.
ListenAndServe starts an HTTP server and listens for incoming requests.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithAddress returns an Option that configures the server with the given address.
WithListenSSL returns an Option that configures the server with SSL.
WithLogger returns an Option that configures the server with the given logger.
WithMiddlewareLogLevel returns an Option that configures the server with the given middleware log level.
WithRoute returns an Option that configures the server with the given route.
WithRoutes returns an Option that configures the server with the given routes.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

ListenOption is an interface that represents a configuration option for the serveListenConfigOptions struct.
No description provided by the author