Files
Notes/notes-service/vendor/forwarded-header-value/README.md
T
2026-08-01 16:11:49 +03:00

8 lines
687 B
Markdown

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).