From 9e3c08db40b8916968b9f30096c7be3f00ce9647 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:44:51 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- third_party/rust/sfv/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 third_party/rust/sfv/README.md (limited to 'third_party/rust/sfv/README.md') diff --git a/third_party/rust/sfv/README.md b/third_party/rust/sfv/README.md new file mode 100644 index 0000000000..2a781b611f --- /dev/null +++ b/third_party/rust/sfv/README.md @@ -0,0 +1,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. + +
+ +#### License + + +Licensed under either of Apache License, Version +2.0 or MIT license at your option. + -- cgit v1.2.3