Interface HttpMeans<TRequest, TResponse>

HTTP request processing means.

When passed to HTTP handler the latter responds by utilizing the passed in response, or delegates to the next handler.

Type Parameters

  • TRequest extends IncomingMessage = IncomingMessage

    HTTP request type.

  • TResponse extends ServerResponse = ServerResponse

    HTTP response type.

Hierarchy

  • HttpMeans

Properties

request: TRequest

HTTP request.

requestAddresses: Addresses

HTTP request addressing info.

response: TResponse

HTTP response.

Generated using TypeDoc