erlhttp icon indicating copy to clipboard operation
erlhttp copied to clipboard

erlang NIFs for http-parser

Results 3 erlhttp issues
Sort by recently updated
recently updated
newest added

this changes fix the issue with the method parsing: https://github.com/joyent/http-parser/commit/c6ee6ada69fabdbc03c074a08dd2882ed84b18b4

It would be interesting to have a way to get headers line by line, so an application can eventually have use for it like transforming the key to uppercase for...

What do you mean by "The parser will automatically accumulate the request body. To clear the results of the request body, e.g. after writing to a file, call.". Aren't the...