[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/ssr/RequestHandlerFunction [Back]  [Original]

RequestHandlerFunction Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/ssr

RequestHandlerFunction

Type Alias

Function for handling HTTP requests in a web environment.

On this page

    arrow_upward_alt Back to the top

    API

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

    Web Proxy Viewer  |  New URL  |  Original Page