Documentation ¶
Index ¶
- Constants
- func New(address string, handler http.Handler) ifrit.Runner
- func NewTLSServer(address string, handler http.Handler, tlsConfig *tls.Config) ifrit.Runner
- func NewUnixServer(address string, handler http.Handler) ifrit.Runner
- func NewUnixTLSServer(address string, handler http.Handler, tlsConfig *tls.Config) ifrit.Runner
Constants ¶
View Source
const ( TCP = "tcp" UNIX = "unix" )
Variables ¶
This section is empty.
Functions ¶
func NewTLSServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.