mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:11 +01:00
Some small tweaks
This commit is contained in:
@@ -2,16 +2,15 @@
|
||||
export const
|
||||
url = 1,
|
||||
Protocol = 2,
|
||||
ProtocolName = 3,
|
||||
Slashy = 4,
|
||||
Host = 5,
|
||||
Path = 6,
|
||||
Slash = 7,
|
||||
PathSegment = 8,
|
||||
Query = 9,
|
||||
Question = 10,
|
||||
QueryPair = 11,
|
||||
Amp = 12,
|
||||
QueryName = 13,
|
||||
Equal = 14,
|
||||
QueryValue = 15
|
||||
Host = 3,
|
||||
Port = 4,
|
||||
Path = 5,
|
||||
Slash = 6,
|
||||
PathSegment = 7,
|
||||
Query = 8,
|
||||
Question = 9,
|
||||
QueryPair = 10,
|
||||
Amp = 11,
|
||||
QueryName = 12,
|
||||
Equal = 13,
|
||||
QueryValue = 14
|
||||
|
||||
Reference in New Issue
Block a user