|
|
|
|
|
by steveklabnik
3127 days ago
|
|
A URL parser takes a string with a URL in it, and returns some sort of data structure that represents the URL. It's complex because URLs are complex; I believe this is the correct RFC: https://tools.ietf.org/html/rfc3986 It's 60 pages long. (That said, page length is only a proxy for complexity, of course) |
|
https://url.spec.whatwg.org/