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.
Handler
Learn about how requests are routed to handlers.
Back to all documentation.