docs(http1): clarify HTTP1 preserve case option
This commit is contained in:
		| @@ -1050,8 +1050,15 @@ impl Builder { | ||||
|         self | ||||
|     } | ||||
|  | ||||
|     /// Set whether HTTP/1 connections will write header names as provided | ||||
|     /// at the socket level. | ||||
|     /// Set whether to support preserving original header cases. | ||||
|     /// | ||||
|     /// Currently, this will record the original cases received, and store them | ||||
|     /// in a private extension on the `Response`. It will also look for and use | ||||
|     /// such an extension in any provided `Request`. | ||||
|     /// | ||||
|     /// Since the relevant extension is still private, there is no way to | ||||
|     /// interact with the original cases. The only effect this can have now is | ||||
|     /// to forward the cases in a proxy-like fashion. | ||||
|     /// | ||||
|     /// Note that this setting does not affect HTTP/2. | ||||
|     /// | ||||
|   | ||||
		Reference in New Issue
	
	Block a user