url parser formatting
This commit is contained in:
parent
b719d733ca
commit
f2c3942b2c
@ -58,8 +58,12 @@ path-absolute = "/" (segment-non-zero ("/" segment)*)
|
||||
path-rootless = segment-non-zero ("/" segment)*;
|
||||
path-noscheme = segment-non-zero-no-colon ("/" segment)*;
|
||||
path-empty = "";
|
||||
query = (path-char | "/" | "?")*;
|
||||
fragment = (path-char | "/" | "?")*;
|
||||
|
||||
// query:
|
||||
query = (path-char | "/" | "?")*;
|
||||
|
||||
// fragment:
|
||||
fragment = (path-char | "/" | "?")*;
|
||||
|
||||
// composed together:
|
||||
authority-rfc:alias:failpass = (userinfo "@")? host-rfc;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user