mmhttp 0.5.1

A minimal HTTP 0.9 client for Rust, using std networking.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[lib]
name = "mmhttp"
path = "src/lib.rs"

[package]
authors = ["Lion Kortlepel <development@kortlepel.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A minimal HTTP 0.9 client for Rust, using std networking."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "mmhttp"
readme = "README.md"
version = "0.5.1"