Guzzle7HttpHandler
class Guzzle7HttpHandler extends Guzzle6HttpHandler (View source)
Methods
                    ResponseInterface
                
                
                    __invoke(RequestInterface $request, array $options = [])
                                            
                Accepts a PSR-7 request and an array of options and returns a PSR-7 response.
from 
Guzzle6HttpHandler
            
                    PromiseInterface
                
                
                    async(RequestInterface $request, array $options = [])
                                            
                Accepts a PSR-7 request and an array of options and returns a PromiseInterface
from 
Guzzle6HttpHandler
            Details
        
        
    __construct(ClientInterface $client)
        
    
    No description
        
                            ResponseInterface
    __invoke(RequestInterface $request, array $options = [])
        
    
    Accepts a PSR-7 request and an array of options and returns a PSR-7 response.
        
                            PromiseInterface
    async(RequestInterface $request, array $options = [])
        
    
    Accepts a PSR-7 request and an array of options and returns a PromiseInterface