Documentation
¶
Overview ¶
Package constants defines symbolic names for shared literal values and log field identifiers used throughout the proxy.
Index ¶
Constants ¶
View Source
const ( // LogFieldError identifies the structured log field name for an error. LogFieldError = "error" // LogFieldLatencyMilliseconds identifies the structured log field name for latency in milliseconds. LogFieldLatencyMilliseconds = "latency_ms" // LogEventReadResponseBodyFailed identifies failures while reading an HTTP response body. LogEventReadResponseBodyFailed = "read response body failed" EmptyString = "" LineBreak = "\n" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.