Crate http_muncher [] [src]

Structs

Parser

The main parser interface.

Traits

ParserHandler

Used to define a set of callbacks in your code. They would be called by the parser whenever new data is available. You should bear in mind that the data might get in your callbacks in a partial form.

Functions

version

Returns a version of the underlying http-parser library.