[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ -> CurlClient.php (summary)

(no description)

File Size: 142 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CurlClient:: (3 methods):
  setCurlParameters()
  setForceSSL3()
  retrieveResponse()


Class: CurlClient  - X-Ref

Client implementation for cURL

setCurlParameters(array $parameters)   X-Ref
Additional `curl_setopt` parameters

param: array $parameters

setForceSSL3($force)   X-Ref

param: bool $force
return: CurlClient

retrieveResponse(UriInterface $endpoint,$requestBody,array $extraHeaders = array()   X-Ref
Any implementing HTTP providers should send a request to the provided endpoint with the parameters.
They should return, in string form, the response body and throw an exception on error.

param: UriInterface $endpoint
param: mixed        $requestBody
param: array        $extraHeaders
param: string       $method
return: string



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1