Type alias RequestHandlerWithPathArgs
RequestHandlerWithPathArgs: ((req, res, url, path_args) => Promise<void>)
Type declaration
-
- (req, res, url, path_args): Promise<void>
-
Parameters
-
req: IncomingMessage
-
res: ServerResponse
-
url: UrlWithParsedQuery
-
path_args: object | undefined
Returns Promise<void>