palantir
palantir copied to clipboard
Test Full HTTP Support.
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.