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