warp-reverse-proxy 1.0.0

Warp filter that acts as a reverse proxy, forwarding the request to a proxy address and extracting a response.
Documentation
[dependencies.hyper]
version = "0.14"

[dependencies.once_cell]
version = "1.16"

[dependencies.reqwest]
default-features = false
features = ["stream"]
version = "0.11"

[dependencies.thiserror]
version = "1.0"

[dependencies.unicase]
version = "2.6"

[dependencies.warp]
version = "0.3"
[dev-dependencies.bytes]
version = "1.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[features]
default = ["default-tls"]
default-tls = ["reqwest/default-tls"]
rustls-tls = ["reqwest/rustls-tls"]

[package]
authors = ["danielsanchezq <sanchez.quiros.daniel@gmail.com>"]
categories = ["web-programming", "web-programming::http-server"]
description = "Warp filter that acts as a reverse proxy, forwarding the request to a proxy address and extracting a response."
edition = "2018"
exclude = [".github"]
homepage = "https://github.com/danielSanchezQ/warp-reverse-proxy"
keywords = ["warp", "proxy", "reverse", "filter"]
license-file = "LICENSE"
name = "warp-reverse-proxy"
readme = "README.md"
repository = "https://github.com/danielSanchezQ/warp-reverse-proxy"
version = "1.0.0"