HTTP - Routing
Table of Contents
About
A routing system is the part of a web server that maps an HTTP request:
- based:
- on the request method
- and path specified in the URL of the request
- to a chain of request handler (function/method) that will: