package
0.0.0-20241111182353-c1fbc2c9b65f
Repository: https://github.com/triangleside/gotools.git
Documentation: pkg.go.dev
# Functions
New configures an HTTP server with the provided options.
WithBoundCallback sets the bound callback for the server.
WithCommonMiddleware adds common middleware for the server.
WithConfigProvider sets the provider for the config.Config.
WithEndpointHandlers adds the handlers to the server.
WithListenerProvider sets the provider for the tcp.Listener.
# Constants
No description provided by the author
TLSModeMutualTLS represents HTTP over mutual TLS.
TLSModeOff represents plain HTTP without TLS.
TLSModeTLS represents HTTP over TLS.