Commit f0876e0
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
- An implementation focusing on scheme and host extraction
- RFC-compliant scheme validation
- Tests for various URL scenarios
This implementation allows validating webhook URLs without depending on the external url crate1 parent 7f00a73 commit f0876e0
1 file changed
+535
-0
lines changed
0 commit comments