HTTP URI: The Component that Uniquely Identifies Web Resources
Definition
HTTP URI (Uniform Resource Identifier) is a string used to uniquely identify resources on the internet.
Components
http://www.example.com:1030/software?id=test#section-4
SchemeHostPortPathQueryFragment
http://www.example.com:1030/so...
eunhanlee.hashnode.dev2 min read