more_horiz
@angular/ssr
RequestHandlerFunction
Type Alias
Function for handling HTTP requests in a web environment.
On this page
API
type RequestHandlerFunction = (request: Request) => Promise<Response | null> | null | Response
Jump to details