Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpsConfiguration ¶
type HttpsFrontend ¶
type HttpsFrontend struct {
IsListening bool
IsReady bool
// contains filtered or unexported fields
}
func NewHttpsFrontend ¶
func NewHttpsFrontend(cert tls.Certificate, cfg *HttpsConfiguration) (*HttpsFrontend, error)
func (*HttpsFrontend) Handle ¶
func (f *HttpsFrontend) Handle(path string, fn http.HandlerFunc) error
func (*HttpsFrontend) Run ¶
func (f *HttpsFrontend) Run() error
Click to show internal directories.
Click to hide internal directories.