Public Member Functions | |
| def | __getattr__ |
| def | __init__ |
Public Attributes | |
| defaults | |
| request | |
Combines an object with a dictionary of defaults. Used internally by AsyncHTTPClient implementations.
Definition at line 593 of file httpclient.py.
| def tornado.httpclient._RequestProxy.__init__ | ( | self, | |
| request, | |||
| defaults | |||
| ) |
Definition at line 598 of file httpclient.py.
| def tornado.httpclient._RequestProxy.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 602 of file httpclient.py.
Definition at line 598 of file httpclient.py.
Definition at line 598 of file httpclient.py.