2 releases
Uses old Rust 2015
| 0.0.2 | Mar 29, 2015 |
|---|---|
| 0.0.1 | Feb 19, 2015 |
#6 in #response-parser
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
Dependencies
~96KB