\CommuniqueHTTPClient

Interface

This interface is used to describe the functionality of an http client

Summary

Methods
Constants
request()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

request()

request(\Communique\RESTClientRequest  $request) : \Communique\RESTClientResponse

Make an HTTP request using the information provided in the RESTClientRequest object

Parameters

\Communique\RESTClientRequest $request

Request encapsulation object

Returns

\Communique\RESTClientResponse

Response encapsulation object