public function Request::getMethod

Same name in this branch

Get the HTTP method of the request

Return value

string

Overrides RequestInterface::getMethod

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php, line 286

Class

Request
HTTP request class to send requests

Namespace

Guzzle\Http\Message

Code

public function getMethod() {
  return $this->method;
}