public function RequestInterface::getMethod

Get the HTTP method of the request

Return value

string

1 method overrides RequestInterface::getMethod()
Request::getMethod in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the HTTP method of the request

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 97

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getMethod();