lithium\net\http\Request::$method

public property

The method of the request, typically one of the following: GET, POST, PUT, DELETE, OPTIONS, HEAD, TRACE or CONNECT.

Source

	public $method = 'GET';