mwarkentin / yuri

CLI tool to parse URIs into their components
MIT License
4 stars 3 forks source link

Document fields #7

Closed mwarkentin closed 7 years ago

mwarkentin commented 7 years ago

Some of these are obvious, some less so:

{
  "Scheme": "https",
  "Opaque": "",
  "User": {},
  "Host": "stage.example.com:443",
  "Path": "/path",
  "RawPath": "",
  "ForceQuery": false,
  "RawQuery": "",
  "Fragment": ""
}