PicoHTTPParser package

I’m happy to announce the new package PicoHTTPParser

PicoHTTPParser is a minimal, high-performance Julia wrapper around the picohttpparser C library. This package provides extremely fast HTTP request/response/headers parsing and chunked transfer decoding through a clean Julia interface.

I hope it helps to make Julia better suited for web development having a richer ecosystem.

Any contribution to improve and optimize the library is welcome.

2 Likes

Nice. However, building the documentation in CI.yml fails; that issue should be addressed. Feel free to ask, if you are stuck.

Thank you! It’s fixed now

1 Like