Searched defs:extraHeaders (Results 1 – 17 of 17) sorted by relevance
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/ |
| H A D | Flickr.php | 78 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) 101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array()) 106 … public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array()) 113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array()) 120 public function requestJson($path, $method = 'GET', $body = null, array $extraHeaders = array()) 127 public function requestPhp($path, $method = 'GET', $body = null, array $extraHeaders = array())
|
| H A D | QuickBooks.php | 115 array $extraHeaders = array()
|
| H A D | AbstractService.php | 129 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ |
| H A D | ClientInterface.php | 29 array $extraHeaders = array(),
|
| H A D | StreamClient.php | 30 array $extraHeaders = array(),
|
| H A D | CurlClient.php | 67 array $extraHeaders = array(),
|
| /plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/ |
| D | ClientInterface.php | 29 array $extraHeaders = array(),
|
| D | StreamClient.php | 30 array $extraHeaders = array(),
|
| D | CurlClient.php | 67 array $extraHeaders = array(),
|
| /plugin/oauth/ |
| H A D | HTTPClient.php | 18 array $extraHeaders = [],
|
| /plugin/evesso/classes/ |
| D | oAuthHTTPClient.php | 32 array $extraHeaders = array(),
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/ |
| H A D | ServiceInterface.php | 25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array());
|
| /plugin/evesso/phpoauthlib/src/OAuth/Common/Service/ |
| D | ServiceInterface.php | 25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array());
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
| H A D | Foursquare.php | 74 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
|
| H A D | Mailchimp.php | 83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
|
| H A D | AbstractService.php | 138 public function request($path, $method = 'GET', $body = null, array $extraHeaders = [])
|
| /plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/ |
| D | AbstractService.php | 141 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array())
|