DropboxGuzzleHttpClient
class DropboxGuzzleHttpClient implements DropboxHttpClientInterface (View source)
DropboxGuzzleHttpClient
Properties
protected Client | $client | GuzzleHttp client |
Methods
__construct(Client $client = null)
Create a new DropboxGuzzleHttpClient instance
send(string $url, string $method, string|resource|StreamInterface $body, array $headers = array(), array $options = array())
Send request to the server and fetch the raw response
string
getResponseBody(string|ResponseInterface $response)
Get the Response Body
Details
at line line 30
__construct(Client $client = null)
Create a new DropboxGuzzleHttpClient instance
at line line 49
DropboxRawResponse
send(string $url, string $method, string|resource|StreamInterface $body, array $headers = array(), array $options = array())
Send request to the server and fetch the raw response
at line line 87
protected string
getResponseBody(string|ResponseInterface $response)
Get the Response Body