jwerle / url.h

Parse URLs in C much like Node's url module.
55 stars 23 forks source link

The URL standard #2

Closed mathiasbynens closed 10 years ago

mathiasbynens commented 11 years ago

Have you seen the URL standard? It would be immensely useful to make url.h match the behavior defined there (as far as it doesn’t already).

Great project!

jwerle commented 11 years ago

Nope, but thank you! I'll get started on meeting this spec

jwerle commented 11 years ago

@mathiasbynens I've started a new project called liburl https://github.com/jwerle/liburl which will be http://url.spec.whatwg.org/ compliant