summaryrefslogtreecommitdiffstats
path: root/third_party/rust/sfv/README.md
blob: 2a781b611f615a4a70fc8ce0c98fe10b430429ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[![License](https://img.shields.io/crates/l/sfv)](LICENSE-MIT)
![Build Status](https://img.shields.io/github/actions/workflow/status/undef1nd/sfv/ci-workflow.yml)
[![Version](https://img.shields.io/crates/v/sfv)](https://crates.io/crates/sfv)
[![Docs](https://img.shields.io/docsrs/sfv?color=white)](https://docs.rs/sfv)


# Structured Field Values for HTTP

`sfv` crate is an implementation of *Structured Field Values for HTTP* as specified in [RFC 8941](https://httpwg.org/specs/rfc8941.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.

<br>

#### License

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>