Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HTTPListenAddress address server listens on host:port HTTPListenAddress = "http-listen-address" // Debug if debug logs should be enabled Debug = "debug" // LogColor sets log format to human-friendly, colorized output LogColor = "log-color" // ErrFilesPath the location on disk of files served by the handler ErrFilesPath = "error-files-path" // HideDetails hide request details in response HideDetails = "hide-details" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.