Returns the `Request` object associated with this rendering context.

Returns

object Returns an instance of `lithium\action\Request`, which provides the context for URLs, etc. which are generated in any templates rendered by this context.

Source

						public function request() {
		return $this->_request;
	}