PHP Interface eZ\Publish\Core\REST\Client\HttpClient

显示文件 Open project: ezsystems/ezpublish-kernel Interface Usage Examples

Public Methods

Method Description
request ( string $method, string $path, Message $message = null ) : Message Execute a HTTP request to the remote server.

Method Details

request() public method

Returns the result from the remote server.
public request ( string $method, string $path, Message $message = null ) : Message
$method string
$path string
$message eZ\Publish\Core\REST\Common\Message
return eZ\Publish\Core\REST\Common\Message