3.4 3.3
Jump to table of contents

Request Lifecycle

HTTP requests are routed to a Handler which responds to the request. The Handler coordinates other classes to authenticate requests, fetch data and format the response.

Diagram describing how a request is handled

Learn about how requests are routed to handlers.