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(), array $options = array()) {
		return $this->send(__FUNCTION__, $path, $data, $options);
	}