Documentation
¶
Index ¶
Constants ¶
View Source
const (
// XForwardedFor is the header key for the X-Forwarded-For header
XForwardedFor = "X-Forwarded-For"
)
Variables ¶
View Source
var ( BadRequest = http.StatusText(http.StatusBadRequest) InternalServerError = http.StatusText(http.StatusInternalServerError) NotImplemented = http.StatusText(http.StatusNotImplemented) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.