Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
eZ
Publish
Core
Search
Elasticsearch
Content
Gateway
HttpClient
PHP Interface eZ\Publish\Core\Search\Elasticsearch\Content\Gateway\HttpClient
Show file
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
Message
return
Message