-
Couldn't load subscription status.
- Fork 0
Term definition
Satoshi edited this page Oct 3, 2022
·
1 revision
- Handler
- HTTP request handler that converts request to response.
- Route
- The relationship between the pattern and the handler.
- Routes
- Routing table. A set of routes.
- Router
- A handler generator, which generates it from routes. It also verifies routes and reports errors appropriately.