HttpHandlerFactory
in package
Table of Contents
Methods
- build() : Guzzle5HttpHandler|Guzzle6HttpHandler|Guzzle7HttpHandler
- Builds out a default http handler for the installed version of guzzle.
Methods
build()
Builds out a default http handler for the installed version of guzzle.
public
static build([ClientInterface $client = null ]) : Guzzle5HttpHandler|Guzzle6HttpHandler|Guzzle7HttpHandler
Parameters
- $client : ClientInterface = null