Documentation
¶
Overview ¶
Package webserver provides the embedded HTTP server for honey.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
ListenAddr string // e.g. 127.0.0.1:8765
Token string
ConfigPath string // optional explicit --config
Version string
Commit string
Date string
MaxUploadSize int64 // default 100 << 20
}
Options configures the embedded web server.
Click to show internal directories.
Click to hide internal directories.