class documentation
class _FakeUrllib2Request: (source)
A fake urllib2.Request object for cookielib to work with.
| See Also | |
| http://docs.python.org/library/urllib2.html#request-objects | |
| Present Since | |
| 11.1 |
| Method | __init__ |
Create a fake Urllib2 request. |
| Method | add |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | has |
Undocumented |
| Method | is |
Undocumented |
| Instance Variable | headers |
Request headers. |
| Instance Variable | host |
The host[:port] of the URI. |
| Instance Variable | origin |
Undocumented |
| Instance Variable | type |
The scheme of the URI. |
| Instance Variable | unverifiable |
Undocumented |
| Instance Variable | uri |
Request URI. |