[go: up one dir, main page]

httparse 1.1.1

A tiny, safe, speedy, zero-copy HTTP/1.x parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "httparse"
version = "1.1.1"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
license = "MIT"
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
repository = "https://github.com/seanmonstar/httparse"

[dev-dependencies]
pico-sys = "*"

[profile.bench]
lto = true
codegen-units = 1
opt-level = 3