Psr7ToPeclHttp
Convert a PSR-7 request message to a pecl/Http native message Split off from the PeclHttp Client implementation
Table of Contents
- convertPsr7RequestToPeclHttp() : Request
- Convert to native format
Methods
convertPsr7RequestToPeclHttp()
Convert to native format
private
convertPsr7RequestToPeclHttp(RequestInterface $request) : Request
Parameters
- $request : RequestInterface
-
The PSR request to convert