W3cubDocs

/Angular

RequestHandlerFunction

Function for handling HTTP requests in a web environment.

API

type RequestHandlerFunction = (request: Request) => Promise<Response | null> | null | Response

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/ssr/RequestHandlerFunction