https://github.com/magic003/http-parser-rs
http response/request parser for rust
https://github.com/magic003/http-parser-rs
Last synced: 2 months ago
JSON representation
http response/request parser for rust
- Host: GitHub
- URL: https://github.com/magic003/http-parser-rs
- Owner: magic003
- License: mit
- Created: 2014-11-08T19:37:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T03:59:48.000Z (almost 11 years ago)
- Last Synced: 2024-08-09T12:19:51.645Z (almost 2 years ago)
- Language: Rust
- Homepage: http://magic003.github.io/http-parser-rs/doc/http_parser/
- Size: 1.09 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/joyent/http-parser) written in C.
## Usage
Please refer to the [documentation](http://magic003.github.io/http-parser-rs/doc/http_parser/).
## 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.