The Wayback Machine - https://web.archive.org/web/20260113210900/https://angular.dev/api/ssr/node/NodeRequestHandlerFunction
    • Overview
@angular/ssr/node

NodeRequestHandlerFunction

Type Alias

Represents a middleware function for handling HTTP requests in a Node.js environment.

API

    
      type NodeRequestHandlerFunction = (req: IncomingMessage, res: ServerResponse, next: (err?: unknown) => void) => Promise<void> | void
    
    
Jump to details
HTTPS · web.archive.org
← Home