| 
                
                   
                
             | 
            
                http_error_401 
             | 
         
        
        
        
http_error_401 (
        self,
        url,
        fp,
        errcode,
        errmsg,
        headers,
        data=None,
        )
- Error 401
 
- authentication required.
        See this URL for a description of the basic authentication scheme:
        http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-v10-spec-00.txt
 
 
 |  
 
        
            | 
                
                   
                
             | 
            
                prompt_user_passwd 
             | 
         
        
        
        
prompt_user_passwd (
        self,
        host,
        realm,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                http_error_404 
             | 
         
        
        
        
http_error_404 (
        self,
        url,
        fp,
        errcode,
        errmsg,
        headers,
        data=None,
        )
        
            | 
                
                  Exceptions 
                
             | 
            
                 
             | 
         
        
        | 
         
IOError, "Received HTTP error 404 ('%s')" % errmsg 
 
 |  
  |  
 
        
            | 
                
                   
                
             | 
            
                get_user_passwd 
             | 
         
        
        
        
get_user_passwd (
        self,
        host,
        realm,
        clear_cache=0,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                reset_cache 
             | 
         
        
        
        
reset_cache ( self )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                __init__ 
             | 
         
        
        
        
__init__ (
        self,
        *args,
        *kwargs,
        )
 |  
  |