#pico #cargo-toml #parser #request #header #data-reader

nightly pico

Nonblocking parsing support for hyper using picohttpparser

2 releases

Uses old Rust 2015

0.0.2 Mar 29, 2015
0.0.1 Feb 19, 2015

MIT license

15KB
309 lines

pico

Nonblocking asynchronous push-parser for HTTP powered by picohttpparser.

Overview

Implement the Chunks trait for your data source, then use either RequestParser or ResponseParser to painlessly parse your data as an HTTP request or response.

Usage

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
pico = "*"

Author

Jonathan Reem is the primary author and maintainer of pico.

License

MIT


lib.rs:

pico

Nonblocking parsing support using picohttpparser.

Dependencies

~95KB