Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
This project implements a small parser for the HTTP Forwarded header, as defined in [RFC 7239 Section 4](https://www.rfc-editor.org/rfc/rfc7239#section-4).
[![CI](https://github.com/EasyPost/rust-forwarded-header-value/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/EasyPost/rust-forwarded-header-value/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/forwarded-header-value.svg)](https://crates.io/crates/forwarded-header-value)
[![docs.rs](https://docs.rs/forwarded-header-value/badge.svg)](https://docs.rs/forwarded-header-value/)
This work is licensed under the ISC License, a copy of which can be found at [LICENSE.txt](LICENSE.txt).