Suppose we have the following URL:
Let's decompose it:
Protocol | Host | Content Path | Selector(s) | Extension | Suffix | Param(s) | ||
---|---|---|---|---|---|---|---|---|
http:// | myhost | tools/spy | .printable.a4 | .html | / | a/b | ? | x=12 |
where:
• Protocol: Is the Hypertext transfer protocol (HTTP)
• Host: Is the name of the website
• Content path: Is the path specifying the content to be rendered
• Selector(s): Is used for alternative methods of rendering the content
• Extension: Is the content format that also specifies the script to be used for rendering
• Suffix: Can be used to specify additional information
• Param(s): Are any parameters required for dynamic content
No comments:
Post a Comment
If you have any doubts or questions, please let us know.