warp-reverse-proxy 0.1.0

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

[dependencies.hyper]
version = "0.13.7"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.reqwest]
version = "0.10.7"

[dependencies.unicase]
version = "2.6.0"

[dependencies.warp]
version = "0.2.4"
[dev-dependencies.bytes]
version = "0.5.6"

[dev-dependencies.tokio]
features = ["macros"]
version = "0.2.22"

[package]
authors = ["danielsanchezq <daniel.sanchez@iohk.io>"]
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 = "MIT"
license-file = "LICENSE"
name = "warp-reverse-proxy"
readme = "README.md"
repository = "https://github.com/danielSanchezQ/warp-reverse-proxy"
version = "0.1.0"