[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 = "2024"
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.0"