package
0.7.6
Repository: https://github.com/captncraig/caddy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ListenAndServeTLSWithSNI serves TLS with Server Name Indication (SNI) support, which allows multiple sites (different hostnames) to be served from the same address.
New creates a new Server which will bind to addr and serve the sites/hosts configured in configs.

# Structs

Config configuration for a single server.
Server represents an instance of a server, which serves static content at a particular address (host and port).
TLSConfig describes how TLS should be configured and used, if at all.