use-header
Small HTTP header utilities for RustUse.
Experimental
use-header is experimental while the use-web workspace remains below 0.3.0. Expect small API adjustments during the first release wave.
Example
use ;
let headers = parse_headers;
assert_eq!;
Scope
- Header-name normalization and validation.
- Small helpers for parsing plain-text header blocks.
- Mutable helpers for setting and removing header values.
Non-goals
- Full HTTP parsing.
- HTTP/2 or HTTP/3 frame handling.
- Client or server implementations.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license