Simplified the API and updated the README

This commit is contained in:
2025-12-06 09:24:52 +01:00
parent 841f0731e9
commit 2eff3ca28c
3 changed files with 152 additions and 80 deletions
+7 -1
View File
@@ -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