You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 crate
0 commit comments