Files
url.c/README.md
T
2025-12-06 10:34:47 +01:00

11 lines
318 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
* Doesn't rely on null-terminated strings