Home
last modified time | relevance | path

Searched refs:getRequestMethod (Results 1 – 9 of 9) sorted by path

/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php37 $method = $resp->getRequestMethod();
H A DGoogle_CurlIO.php84 if (array_key_exists($request->getRequestMethod(),
105 curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $request->getRequestMethod());
H A DGoogle_HttpRequest.php159 public function getRequestMethod() { function in Google_HttpRequest
292 $str .= $this->getRequestMethod() . ' ' . $path . " HTTP/1.1\n";
H A DGoogle_HttpStreamIO.php75 if (array_key_exists($request->getRequestMethod(),
93 $requestHttpContext["method"] = $request->getRequestMethod();
H A DGoogle_REST.php57 $err = 'Error calling ' . $response->getRequestMethod() . ' ' . $response->getUrl();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DHttpRequest.php205 public function getRequestMethod() function in Google\\Service\\Logging\\HttpRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DHttpCheck.php169 public function getRequestMethod() function in Google\\Service\\Monitoring\\HttpCheck
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DHttpRequest.php106 public function getRequestMethod() function in Google\\Service\\Networkconnectivity\\HttpRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2HttpRequest.php205 public function getRequestMethod() function in Google\\Service\\ServiceControl\\V2HttpRequest