Client
class Client extends Client implements LoggerAwareInterface (View source)
Properties
| protected LoggerInterface|null | $logger | 
Methods
                    LoggerInterface|null
                
                
                    getLogger()
        
                                            
                
            Get the currently configured logger.
                    send(Request $request = null)
        
                                            
                
            {@inheritdoc}
                    doRequest(Http $uri, $method, $secure = false, $headers = [], $body = '')
        
                                            
                
            {@inheritdoc}
Details
        
                            LoggerInterface|null
    getLogger()
        
    
    Get the currently configured logger.
        
                            Client
    setLogger(LoggerInterface $value = null)
        
    
    Set the currently configured logger.
        
                            
    send(Request $request = null)
        
    
    {@inheritdoc}
        
                    protected        
    doRequest(Http $uri, $method, $secure = false, $headers = [], $body = '')
        
    
    {@inheritdoc}