Interface AdapterInterface
Http client adapter interface.
        
    Namespace: Cake\Http\Client
    
    
    
      
  
  
        Method Summary
- 
          
send() public
Send a request and get a response back.
 
Method Detail
send() ΒΆ public
send(Psr\Http\Message\RequestInterface $request, array $options): Cake\Http\Client\Response[]
      Send a request and get a response back.
Parameters
- 
                
Psr\Http\Message\RequestInterface$request The request object to send.
- 
                
array$options Array of options for the stream.
Returns
Cake\Http\Client\Response[]Array of populated Response objects