Part of twisted.web.client View Source View In Hierarchy
urllib2.Request object for cookielib to
work with.| Instance Variables | uri | Request URI.
(type: str
) |
| headers | Request headers.
(type: twisted.web.http_headers.Headers
) | |
| type | The scheme of the URI.
(type: str
) | |
| host | The host[:port] of the URI.
(type: str
) | |
| See Also | http://docs.python.org/library/urllib2.html#request-objects | |
| Present Since | 11.1 | |
| Method | __init__ | Undocumented |
| Method | has_header | Undocumented |
| Method | add_unredirected_header | Undocumented |
| Method | get_full_url | Undocumented |
| Method | get_header | Undocumented |
| Method | get_host | Undocumented |
| Method | get_type | Undocumented |
| Method | is_unverifiable | Undocumented |