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