joyent_http_parser
Wrapper for high performance HTTP parsing library.
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install joyent_http_parser
choosenim install joyent_http_parser
git clone https://github.com/nim-lang/joyent_http_parser
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| joyent_http_parser | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/nim-lang/joyent_http_parser |
|---|---|
| Homepage | https://github.com/nim-lang/joyent_http_parser |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
joyent http parser wrapper
This was moved out of the Nim stdlib into this Nimble package. To use it add this to your .nimble file:
requires "joyent_http_parser"