http_parser 0.0.2

Http request/response parser for rust
Documentation
  • Coverage
  • 68.6%
    59 out of 86 items documented3 out of 3 items with examples
  • Size
  • Source code size: 201.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • magic003/http-parser-rs
    13 3 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • magic003

The Rust HTTP Parser

The Rust HTTP Parser provides the functionality to parse both HTTP requests and responses. It is ported from joyent/http-parser written in C.

Usage

Please refer to the documentation.

Status

The parser is ported as well as unit tests. For the moment, all the test cases are passed. Besides that, I didn't do other tests around it and it was not used by other project either. So it is ready to be played around but far away to be used in production. Also, the API is unstable and may be changed.