VersionBridgeClient
A client that helps you migrate from php-http/httplug 1.x to 2.x. This will also help you to support PHP5 at the same time you support 2.x.
Tags
Table of Contents
Methods
- sendRequest() : ResponseInterface
- doSendRequest() : mixed
Methods
sendRequest()
public
sendRequest(RequestInterface $request) : ResponseInterface
Parameters
- $request : RequestInterface
Return values
ResponseInterfacedoSendRequest()
protected
abstract doSendRequest(RequestInterface $request) : mixed
Parameters
- $request : RequestInterface