wasm-http-hyper 0.2.1

A Rust WebAssembly library that provides seamless integration between Node.js's IncomingMessage and Rust's hyper::Request
Documentation
[dependencies.axum]
default-features = false
features = ["json"]
optional = true
version = "0.8"

[dependencies.bytes]
version = "1.10.0"

[dependencies.futures]
version = "0.3.31"

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

[dependencies.gloo-utils]
version = "0.2"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.6"

[dependencies.js-sys]
version = "0.3"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dev-dependencies.console_error_panic_hook]
version = "0.1.7"

[dev-dependencies.serde_json]
version = "1.0.138"

[dev-dependencies.tower]
version = "0.5.2"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.50"

[features]
axum = ["dep:axum"]

[lib]
name = "wasm_http_hyper"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust WebAssembly library that provides seamless integration between Node.js's IncomingMessage and Rust's hyper::Request"
edition = "2021"
exclude = ["example/*"]
homepage = "https://github.com/forgen-org/wasm-http-hyper"
license = "MIT"
name = "wasm-http-hyper"
readme = "README.md"
repository = "https://github.com/forgen-org/wasm-http-hyper"
version = "0.2.1"

[[test]]
name = "axum"
path = "tests/axum.rs"

[[test]]
name = "incoming_message"
path = "tests/incoming_message.rs"