package
Version:
v1.1.15
Opens a new window with list of versions in this module.
Published: Jul 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TLSListenerServer interface {
ListenAndServe(addr string, handler http.Handler)
}
TLSListenerServer provides insterface for tlsserver
type TLSServer struct {
Certspath string
}
TLSServer structure
ListenAndServe listens HTTPS connection and calls Serve with handler to handle requests on incoming connections.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.