Home
last modified time | relevance | path

Searched refs:guzzleClient (Results 1 – 1 of 1) sorted by relevance

/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php39 protected $guzzleClient; variable in Facebook\\HttpClients\\FacebookGuzzleHttpClient
44 public function __construct(Client $guzzleClient = null) argument
46 $this->guzzleClient = $guzzleClient ?: new Client();
61 $request = $this->guzzleClient->createRequest($method, $url, $options);
64 $rawResponse = $this->guzzleClient->send($request);