Abstract


  • Stands for Uniform Resource Locator

URL Path

  • The exact place to find the resource
  • Given blog.yxy.ninja/resume.pdf, the URL Path is resume.pdf

URL Query

  • A way for Client to customise the resources it is trying to obtain from a particular URL Path. Thus URL Query should be placed after all URL Path
  • Key-value pair
    • Single URL Query: ?KEY=VALUE
    • Multiple URL Query: ?KEY=VALUE&KEY=VALUE