Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DRequestInterface.php85 public function withMethod($method); function
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php123 $req = $req->withMethod(Request::POST);
128 $req = $req->withMethod(Request::POST);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php94 public function withMethod($method) function in GuzzleHttp\\Psr7\\Request