oxhttp 0.2.0-alpha.2

Very simple implementation of HTTP 1.1 (both client and server)
Documentation
1
2
3
4
5
6
7
8
9
10
11
[licenses]
unlicensed = "deny"
allow = [
    "MIT",
    "Apache-2.0"
]
default = "deny"

[bans]
multiple-versions = "warn"
wildcards = "deny"