Client
class Client extends Client implements LoggerAwareInterface (View source)
Traits
Trait LoggerAwareTrait A trait used with LoggerAwareInterface
                    LoggerAwareTrait    
                
            Methods
                    getLoggerChannel()
        
                                            
                
            No description
                    LoggerInterface|null
                
                
                    getLogger()
        
                                            
                
            Get the currently configured logger.
                    Response
                
                
                    sendWithoutRedirects(Request $request = null)
        
                                            
                
            Send a request without following any redirects
                    send(Request $request = null)
        
                                            
                
            {@inheritdoc}
                    doRequest(Http $uri, $method, $secure = false, $headers = [], $body = '')
        
                                            
                
            {@inheritdoc}
Details
        
                            
    getLoggerChannel()
        
    
    No description
        
                            LoggerInterface|null
    getLogger()
        
    
    Get the currently configured logger.
        
                            Client
    setLogger(LoggerInterface $value = null)
        
    
    Set the currently configured logger.
        
                            Response
    sendWithoutRedirects(Request $request = null)
        
    
    Send a request without following any redirects
        
                            
    send(Request $request = null)
        
    
    {@inheritdoc}
        
                    protected        
    doRequest(Http $uri, $method, $secure = false, $headers = [], $body = '')
        
    
    {@inheritdoc}