10 lines
276 B
Markdown
10 lines
276 B
Markdown
# url.c
|
|
This is a small library to parse and manipulate URLs in conformance to RFC 3986 and WHATWG.
|
|
|
|
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
|