fire-http 0.2.12

Http async library based on hyper and tokio
Documentation
[[example]]
name = "write_json"
required-features = ["json"]

[[example]]
name = "read_json"
required-features = ["json"]

[[example]]
name = "with_file"
required-features = ["fs"]

[[example]]
name = "static_files"
required-features = ["fs"]

[[test]]
name = "json"
required-features = ["json"]

[[test]]
name = "fs"
required-features = ["fs"]

[[test]]
name = "ws"
required-features = ["ws"]
[dependencies.base64]
optional = true
version = "0.13"

[dependencies.bytes]
version = "1.0"

[dependencies.futures-util]
default-features = false
optional = true
version = "0.3.5"

[dependencies.http]
features = ["hyper_body", "timeout"]
package = "fire-http-representation"
version = "0.1.6"

[dependencies.hyper]
features = ["tcp", "server"]
version = "0.14"

[dependencies.hyper_http]
package = "http"
version = "0.2"

[dependencies.percent-encoding]
optional = true
version = "2.1"

[dependencies.rand]
optional = true
version = "0.8"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.sha-1]
optional = true
version = "0.10"

[dependencies.tokio]
optional = true
version = "1.0"

[dependencies.tokio-tungstenite]
default-features = false
optional = true
version = "0.17"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.hyper]
features = ["tcp", "server", "client"]
version = "0.14"

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

[features]
default = ["http1"]
encdec = ["http/encdec"]
fs = ["tokio/fs", "percent-encoding", "rand"]
http1 = ["hyper/http1"]
http2 = ["hyper/http2"]
json = ["serde", "serde_json", "http/json"]
trace = []
ws = ["tokio-tungstenite", "futures-util", "base64", "sha-1"]

[package]
authors = ["Sören Meier <info@s-me.ch>"]
description = "Http async library based on hyper and tokio"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fire-http"
readme = "README.md"
repository = "https://github.com/fire-lib/fire-http"
resolver = "2"
version = "0.2.12"
[package.metadata.docs.rs]
all-features = true