Contents ../ lithium\net\http\Service::get() public method Send GET request. Parameters string $path array $data array $options Returns string Source public function get($path = null, $data = [], array $options = []) { $defaults = ['type' => false]; return $this->send(__FUNCTION__, $path, $data, $options + $defaults); }