http-parser icon indicating copy to clipboard operation
http-parser copied to clipboard

http request/response parser for c

Results 80 http-parser issues
Sort by recently updated
recently updated
newest added

MSVC build output (with `/W4` and `TreatWarningsAsErrors=Yes`) ``` 2>http_parser.c 2>c:\dev\...\http_parser\http_parser.c(2389,18): error C2220: warning treated as error - no 'object' file generated 2>c:\dev\...\http_parser\http_parser.c(2389,18): error C2220: const char* p; 2>c:\dev\...\http_parser\http_parser.c(2389,18): error C2220:...

There are already callbacks to get size of chunk and it's body as well as info when chunk was parsed, but I was missing a clean way to get to...

semver-major

This makes it easier for packagers of multiarch-enabled systems.

Change-Id: I0a6a051d26f8bc82e5172c9905ef46b34fa12ed5

I use http-parser in another project as a submodule. When I run autotools configure, it creates in the http-parser sub directory a directory and a file: ``` [user@localhost http-parser]$ git...

Only supports building the main library target (static and dynamic). Refs #257

added ignore_header_transfer_encodig_chunked and ignore_header_content_length to settings. ignore_header_content_length: useful if body length and content length does not match. happens with owa servers. or working with pre http assemblers that unzips compressed...

Hi, a long time ago I wrote Cython bindings for this. If I clean it up are you interested in merging? (notably the build process and add some docs) Ty,...