• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@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