# Variables
RFC3339Milli is a time format string based on time.RFC3339 but with millisecond precision.
ServerIdleTimeoutMs sets the maximum amount of time to wait for the next request when keep-alives are enabled.
ServerMaxHeaderBytes defines the max header byte size for requests (for dos prevention).
ServerReadHeaderTimeoutMs sets the amount of time allowed to read request headers.
ServerReadTimeoutMs sets the maximum duration for reading the entire request, including the body.
ServerWriteTimeoutMs sets the maximum duration before timing out writes of the response.
SkipRelaySignatureCheck can be used to disable relay signature check.
No description provided by the author
Version is set at build time (must be a var, not a const!).