Documentation
¶
Overview ¶
Package server manages the HTTP server lifecycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the proxy server.
func NewServer ¶
func NewServer(atomic *config.AtomicConfig, captureLogger *debug.CaptureLogger) (*Server, error)
NewServer creates a new proxy server.
Click to show internal directories.
Click to hide internal directories.