We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fda02 commit ef4295bCopy full SHA for ef4295b
2 files changed
README.md
@@ -18,6 +18,7 @@ fn main() {
18
assert_eq!(None, partial.http_version_str());
19
20
assert_eq!(Some(24..34), partial.header_span("x-key"));
21
+ assert_eq!(Some("x-key: 123"), partial.header_str("x-key"));
22
}
23
```
24
examples/main.rs
@@ -15,4 +15,5 @@ fn main() {
15
16
17
0 commit comments