forwarded-header-value 0.1.1

Parser for values from the Forwarded header (RFC 7239)
Documentation
1
2
3
4
5
6
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).