grammars-v4
grammars-v4 copied to clipboard
Allow multiple slashes in URL path
Hi,
Common URL parsers such as curl allow multiple consecutive slashes in the URLs.
e.g.
https://google.com////s
However, the current URL grammar does not support this feature.