HttpTransportInterface
in
HTTP transport contract used by the SDK client.
Table of Contents
Methods
- send() : HttpResponse
- Sends an HTTP request and returns the response.
Methods
send()
Sends an HTTP request and returns the response.
public
send(HttpRequest $request) : HttpResponse
Parameters
- $request : HttpRequest
-
Request to send.