An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![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` 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.