sfv 0.8.0

Structured HTTP field values parser. Implementation of IETF draft https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.html
Documentation
![Build Status](https://github.com/undef1nd/structured-headers/workflows/CI/badge.svg)
[![Version](https://img.shields.io/crates/v/sfv.svg)](https://crates.io/crates/sfv)

# Structured Field Values for HTTP

[Documentation](https://docs.rs/sfv/)

`sfv` crate is an implementation of IETF draft [Structured Field Values for HTTP](https://httpwg.org/http-extensions/draft-ietf-httpbis-header-structure.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.