Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SkippedHeaders = map[string]struct{}{
"Alt-Svc": {},
"Connection": {},
"Proxy-Connection": {},
"Keep-Alive": {},
"Proxy-Authenticate": {},
"Proxy-Authorization": {},
"Te": {},
"Trailer": {},
"Transfer-Encoding": {},
"Upgrade": {},
"Content-Type": {},
"Content-Encoding": {},
"Content-Length": {},
"Accept-Encoding": {},
"Accept-Charset": {},
"Accept": {},
"Sec-Websocket-Extensions": {},
"Sec-Websocket-Key": {},
"Sec-Websocket-Protocol": {},
"Sec-Websocket-Version": {},
"Host": {},
}
SkippedHeaders are headers that should not be forwarded to downstream services. These headers are connection-specific or should be set by the client/server rather than being forwarded from the original request.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.