- HttpControllerInterface
- HttpEndpointActionInterface
- HttpEndpointErrorInterface
- HttpEndpointInterface
- HttpMiddlewareInterface
- HttpRequestInterface
- HttpResponse
- HttpResponseInterface
- HttpRouteInterface
- HttpServiceInterface
- HttpServiceOptionsInterface
▸ HttpRequestHelpers(req: IncomingMessage
| any
): any
Defined in src/http/HttpRequestHelpers.ts:11
Parameters:
Name | Type |
---|---|
req | IncomingMessage | any |
Returns: any
▸ HttpResponseHelpers(res: ServerResponse
| any
): any
Defined in src/http/HttpResponseHelpers.ts:24
Parameters:
Name | Type |
---|---|
res | ServerResponse | any |
Returns: any