astra 0.3.0

A blocking HTTP server built on hyper.
Documentation
[dependencies.futures-core]
version = "0.3.25"

[dependencies.hyper]
features = ["http1", "server", "stream"]
version = "0.14.23"

[dependencies.log]
version = "0.4.17"

[dependencies.mio]
features = ["os-poll", "net"]
version = "0.8.5"

[dependencies.num_cpus]
version = "1.15.0"

[dependencies.tokio]
version = "1.14.1"
[dev-dependencies.matchit]
version = "0.7.0"

[features]
default = []
http2 = ["hyper/http2"]

[package]
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
categories = ["http", "web", "network-programming", "web-programming::http-server"]
description = "A blocking HTTP server built on hyper."
edition = "2021"
keywords = ["http", "hyper", "web"]
license = "MIT"
name = "astra"
readme = "README.md"
repository = "https://github.com/ibraheemdev/astra"
version = "0.3.0"