HTTP - Routing
> (World Wide) Web - (W3|WWW) > (HTTP|HTTPS) - Hypertext Transfer Protocol
Table of Contents
1 - About
A routing system is the part of a web application that maps an HTTP request:
- based on the request method and path specified in the URL of the request
- to a request handler (function/method)
2 - Articles Related
Advertising