ada
ada copied to clipboard
WHATWG-compliant and fast URL parser written in modern C++
This is an automated pull request for updating the WPT. - [Web Platform Tests](https://github.com/web-platform-tests/wpt/tree/master/url) - [Commit History](https://github.com/web-platform-tests/wpt/commits/master/url/resources) cc @anonrig @lemire
### What is the problem this feature will solve? Is it possible to add C API for the recently added URLPattern? ### What is the feature you are proposing to...
I created a Faq.md file for frequently asked questions
We need to increase the fuzzing coverage of URLPattern. @CarlosEduR would you like to help?
### What is the problem this feature will solve? Currently the ada library uses semantic versioning. https://semver.org/ If you add functionality, without breaking the API, you usually issue a minor...
This PR improves memory management by ensuring all dynamically allocated resources are properly freed. It adds early exits with cleanup for invalid parsing and URL checks, ensures out and out_get_origin...
### What is the problem this feature will solve? java is still a very popular language, and most built in URL types are pedantic in ways WHATWG is not. It...
I am not good at c++
GitHub complains that the workflow file is invalid. Let us simplify it.
The library is optimized for realistic URLs. However, an interesting subcase are short URLs, such as `file://C:/`. It is fairly easy to detect early that we have a short URL...