HttpFactory
class HttpFactory
HTTP factory class.
Methods
static
Http
getHttp(
Registry $options = null,
mixed $adapters = null)
method to receive Http instance.
static
TransportInterface
getAvailableDriver(
Registry $options,
mixed $default = null)
Finds an available http transport object for communication
static
array
getHttpTransports()
Get the http transport handlers
Details
static
Http
getHttp(
Registry $options = null,
mixed $adapters = null)
method to receive Http instance.
static
TransportInterface
getAvailableDriver(
Registry $options,
mixed $default = null)
Finds an available http transport object for communication