https://github.com/undef1nd/sfv
Structured HTTP field values parsing and serialization. Implementation of RFC 9651 https://httpwg.org/specs/rfc9651.html
https://github.com/undef1nd/sfv
http http-headers structured-headers
Last synced: 2 days ago
JSON representation
Structured HTTP field values parsing and serialization. Implementation of RFC 9651 https://httpwg.org/specs/rfc9651.html
- Host: GitHub
- URL: https://github.com/undef1nd/sfv
- Owner: undef1nd
- License: apache-2.0
- Created: 2020-05-19T09:21:54.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T17:30:15.000Z (3 months ago)
- Last Synced: 2026-01-13T18:38:46.123Z (3 months ago)
- Topics: http, http-headers, structured-headers
- Language: Rust
- Homepage:
- Size: 525 KB
- Stars: 31
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](LICENSE-MIT)

[](https://crates.io/crates/sfv)
[](https://docs.rs/sfv)
# Structured Field Values for HTTP
`sfv` is an implementation of *Structured Field Values for HTTP* as specified in [RFC 9651](https://httpwg.org/specs/rfc9651.html) for parsing and serializing HTTP field values (also known as "structured headers" or "structured trailers").
It also exposes a set of types that might be useful for defining new structured fields.
#### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.