sutegi-http 0.2.0

Zero-dependency HTTP/1.1 parser and thread-pool server (std::net only) for sutegi.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sutegi-http"
# 0.1.1: server hardening (Limits, panic isolation, timeouts) added after the
# 0.1.0 publish. Dependents request "^0.1.0" and resolve up to this.
version = "0.2.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Zero-dependency HTTP/1.1 parser and thread-pool server (std::net only) for sutegi."

[dependencies]