summaryrefslogtreecommitdiffstats
path: root/third_party/rust/sfv/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/sfv/README.md')
-rw-r--r--third_party/rust/sfv/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/rust/sfv/README.md b/third_party/rust/sfv/README.md
new file mode 100644
index 0000000000..f1e431b3d4
--- /dev/null
+++ b/third_party/rust/sfv/README.md
@@ -0,0 +1,10 @@
+![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.