https://forum.dlang.org/post/[email protected]

On Monday, 14 December 2020 at 21:59:02 UTC, tchaloupka wrote:
Hi,
I was missing some commonly usable HTTP parser on code.dlang.org and after some research and work I've published httparsed[1].

[1] https://code.dlang.org/packages/httparsed
[2] https://github.com/h2o/picohttpparser
[3] https://i.imgur.com/iRCDGVo.png
[4] https://github.com/nodejs/http-parser
[5] https://github.com/adamdruppe/arsd/blob/402ea062b81197410b05df7f75c299e5e3eef0d8/cgi.d#L1737 [6] https://github.com/tchaloupka/httparsed/blob/230ba9a4a280ba91267a22e97137be12269b5574/bench/bench.d#L194

Thanks for the great work.

Maybe we can add the picohttpparser test case into httparsed.

I try use this project, but it has error results when parse some header files.

I has to add this into nginx to avoid the error:


```sh
  proxy_set_header Sec-Fetch-User "";
  proxy_set_header Sec-Ch-Ua-Mobile "";
  proxy_set_header Sec-Ch-Ua "";
```




Reply via email to