palantir icon indicating copy to clipboard operation
palantir copied to clipboard

Test Full HTTP Support.

Open mhf-ir opened this issue 5 years ago • 0 comments

Following check point must be checked.

  • Standard Verb of HTTP https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
  • Full URL Manipulation https://en.wikipedia.org/wiki/Uniform_Resource_Identifier
          userinfo     host        port
          ┌─┴────┐ ┌────┴────────┐ ┌┴┐ 
  https://[email protected]:123/forum/questions/?tag=networking&order=newest#top
  └─┬─┘ └───────┬────────────────────┘└─┬─────────────┘└──┬───────────────────────┘└┬─┘  
  scheme     authority                 path              query                 fragment

Write TDD.

mhf-ir avatar Jun 13 '19 17:06 mhf-ir