Specifically *which* headers are off-limits? #2747
-
The FAQ mentions you can't set "transport" headers such as
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
"Transport" headers are defined by the HTTP spec. These are headers that indicate how the body of a request is transferred. |
Beta Was this translation helpful? Give feedback.
"Transport" headers are defined by the HTTP spec. These are headers that indicate how the body of a request is transferred.
Content-Length
andTransfer-Encoding
are set by Rocket, to indicate how Rocket converted the raw bytes of the body into the response stream.