nodejs/llhttp

add URL parser

Closed this issue · 1 comments

ekoby commented

I am migrating from the original http_parser and this is missing: https://github.com/nodejs/http-parser#parsing-urls

You are right: there's no such thing as http_parser_parse_url in llhttp.
While in test suite there URL parser you can take as an starting point, I suggest to switch to a more focused solution like Ada.