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