poem-proxy 0.2.0

A simple proxy endpoint compatible with the Poem web framework
Documentation
[dependencies.async-trait]
version = "0.1.58"

[dependencies.futures-util]
version = "0.3.25"

[dependencies.http]
version = "0.2.8"

[dependencies.httparse]
version = "1.8.0"

[dependencies.poem]
features = ["websocket"]
version = "1.3.48"

[dependencies.reqwest]
version = "0.11.12"

[dependencies.tokio]
version = "1.21.2"

[dependencies.tokio-tungstenite]
version = "0.17.2"

[package]
authors = ["Joey <josephameadows@gmail.com>"]
categories = ["network-programming", "web-programming", "web-programming::http-server", "web-programming::websocket"]
description = "A simple proxy endpoint compatible with the Poem web framework"
edition = "2021"
keywords = ["poem", "http", "proxy", "web", "async"]
license = "MIT"
name = "poem-proxy"
readme = "README.md"
repository = "https://github.com/Parrhesia-Base/poem-proxy"
rust-version = "1.65.0"
version = "0.2.0"