Module outgoing_handler

Module outgoing_handler 

Source
Expand description

This interface defines a handler of outgoing HTTP Requests. It should be imported by components which wish to make HTTP Requests.

Functions§

handle
This function is invoked with an outgoing HTTP Request, and it returns a resource future-incoming-response which represents an HTTP Response which may arrive in the future.

Type Aliases§

ErrorCode
FutureIncomingResponse
OutgoingRequest
RequestOptions