[dependencies.http]
version = "1.2.0"
[lib]
name = "lazyhttp"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A simple HTTP library to handle common stream objects (TcpStream, TlsStream, etc) sending HTTP data. This library is very simple and is intended to make reading raw HTTP less repetitive, and as such it does not handle responding or networking."
edition = "2021"
keywords = ["http", "requests", "synchronous"]
license = "MIT OR Apache-2.0"
name = "lazyhttp"
readme = "README.md"
repository = "https://github.com/JohnSwiftC/lazyhttp"
version = "2.0.1"