Skip to content

Commit e936ae4

Browse files
fixup! feat(client): remove http1_ prefixes from client::conn::http1::Builder methods
1 parent 4bb8859 commit e936ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ext.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)]
9898
pub(crate) struct HeaderCaseMap(HeaderMap<Bytes>);
9999

0 commit comments

Comments
 (0)