Type alias HttpdHandlerCallback

HttpdHandlerCallback: ((req: HttpServerRequest, res: HttpServerResponse) => void | Promise<void>)

Type declaration