package
Version:
v0.0.0-...-70feec6
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Config defines the web server configuration.
Server is a web server.
NewServer initializes a web server with the given handler (typically an http.MuxServe).
Serve starts the web server. It will block until the server is shutted down
or an error occurs.
Shutdown closes gracefully all active connections.
TLSConfig defines the TLS settings of the web server.
Convert returns a *tls.Config from the given TLSConfig.
It returns nil when TLS isn't enabled/configured.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.