WARNING: This package is deprecated. Do not use it!
- For the URL parser, you should use nim-url instead, as it is more efficient on larger URLs and much more compatible.
- For the HTTP client, you should use
std/httpclientor if you need a HTTP/2 client, use hyperx.
This time around, the library has been mostly rewritten with a cleaner API in mind.
It has no dependencies other than the Nim standard library, granted that nph is only used as a code formatter and drchaos is used to fuzz the URL parser.