Documentation
¶
Overview ¶
Package httpserver implements the core HTTP server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirewallConfig ¶
type FirewallHandler ¶
type FirewallHandler struct {
// contains filtered or unexported fields
}
func NewFirewallHandler ¶
func NewFirewallHandler(log *slog.Logger, config FirewallConfig) *FirewallHandler
type FirewallMode ¶
type FirewallMode uint32
const ( Maintenance FirewallMode = iota Production TransitionToMaintenance )
func (FirewallMode) String ¶
func (fm FirewallMode) String() string
type HTTPServerConfig ¶
Click to show internal directories.
Click to hide internal directories.