Commit 4e65642
committed
Add custom URL parser for LSPS5.
Adds a new url_utils.rs module that provides:
- A lightweight URL parser specialized for LSPS5 webhook validation
- A URL trait and Url implementation focusing on scheme and host extraction
- RFC-compliant scheme validation
- Comprehensive test coverage for various URL scenarios
This implementation allows validating webhook URLs without depending on the external url crate1 parent afe320b commit 4e65642
1 file changed
+464
-0
lines changed
0 commit comments