Package wtf :: Package app :: Module http_response :: Class HTTPRedirectResponse
[hide private]
[frames] | no frames]

Class HTTPRedirectResponse

source code

              object --+                
                       |                
exceptions.BaseException --+            
                           |            
       exceptions.SystemExit --+        
                               |        
                    HTTPResponse --+    
                                   |    
                       _BaseRedirect --+
                                       |
                                      HTTPRedirectResponse
Known Subclasses:

Subclass for type identification of automatic redirects
Instance Methods [hide private]

Inherited from _BaseRedirect: headers, init

Inherited from HTTPResponse: __init__, body

Inherited from exceptions.SystemExit: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from _BaseRedirect: message

Inherited from HTTPResponse: reason, status

Inherited from HTTPResponse (private): _FRAME

Instance Variables [hide private]

Inherited from HTTPResponse: param

Inherited from HTTPResponse (private): _content_type, _escaped, _replace

Properties [hide private]

Inherited from exceptions.SystemExit: code

Inherited from exceptions.BaseException: args

Inherited from object: __class__