RabbitMQ Manager Client API
Class

RabbitMQ\Management\HttpClient

class HttpClient extends Client

Methods

getHydrator()

static HttpClient factory(array|Collection $config = array())

Factory method to create the HttpClient

Details

at line 12
public getHydrator()

at line 35
static public HttpClient factory(array|Collection $config = array())

Factory method to create the HttpClient

The following array keys and values are available options:
- url : Base URL of web service
- port : Port of web service
- scheme : URI scheme: http or https
- username: API username
- password: API password

Parameters

array|Collection $config Configuration data

Return Value

HttpClient