File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ impl fmt::Debug for Protocol {
7676/// A map from header names to their original casing as received in an HTTP message.
7777///
7878/// If an HTTP/1 response `res` is parsed on a connection whose option
79- /// [`http1_preserve_header_case `] was set to true and the response included
79+ /// [`preserve_header_case `] was set to true and the response included
8080/// the following headers:
8181///
8282/// ```ignore
@@ -93,7 +93,7 @@ impl fmt::Debug for Protocol {
9393/// })
9494/// ```
9595///
96- /// [`http1_preserve_header_case `]: /client/struct.Client.html#method.http1_preserve_header_case
96+ /// [`preserve_header_case `]: /client/struct.Client.html#method.preserve_header_case
9797#[ derive( Clone , Debug ) ]
9898pub ( crate ) struct HeaderCaseMap ( HeaderMap < Bytes > ) ;
9999
You can’t perform that action at this time.
0 commit comments