The Wayback Machine - https://web.archive.org/web/20241208175054/https://angular.dev/api/ssr/RequestHandlerFunction/
    • Overview
@angular/ssr

RequestHandlerFunction

Type Alias

Function for handling HTTP requests in a web environment.

  
    type RequestHandlerFunction = (request: Request) => Promise<Response | null> | null | Response
  
  
Jump to details
HTTPS · web.archive.org
← Home