nodejs / http-parser

http request/response parser for c
MIT License
6.32k stars 1.53k forks source link

More complete documentation #491

Closed wonter closed 4 years ago

wonter commented 4 years ago

I found on_chunk_header and on_chunk_complete callbacks in struct http_parser_settings in http-parser version v2.9.2.

But the README.md does not record what they are and how to use them.

Where should I get more complete documentation?

gerald-dotcom commented 3 years ago

@wonter Did you found anything regarding chunks?