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