khttp 0.1.5

A low-level synchronous HTTP/1.1 server/client library
Documentation
[dependencies.libc]
optional = true
version = "0.2.174"

[dependencies.memchr]
version = "2.7.5"

[features]
client = []
default = ["epoll"]
epoll = ["libc"]

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

[package]
authors = ["karlivory"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-server"]
description = "A low-level synchronous HTTP/1.1 server/client library"
edition = "2021"
exclude = ["tests/**", "examples/**", ".github/**", ".vscode/**"]
homepage = "https://github.com/karlivory/khttp"
keywords = ["http", "web", "server", "client", "minimal"]
license = "MIT"
name = "khttp"
readme = "README.md"
repository = "https://github.com/karlivory/khttp"
version = "0.1.5"