Simplified the API and updated the README
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# url.c
|
||||
This is a small library to parse and manipulate URLs in conformance to RFC 3986 and WHATWG.
|
||||
|
||||
Small library to parse URLs.
|
||||
It features
|
||||
* No allocations
|
||||
* No dependencies
|
||||
* The ability to switch between RFC 3986 and WHATWG with a flag
|
||||
* Relative reference parsing and resolution
|
||||
* URL normalization
|
||||
|
||||
Reference in New Issue
Block a user