diff options
Diffstat (limited to 'requests/packages/fuck.py')
| -rw-r--r-- | requests/packages/fuck.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requests/packages/fuck.py b/requests/packages/fuck.py new file mode 100644 index 0000000..2e1b17e --- /dev/null +++ b/requests/packages/fuck.py @@ -0,0 +1,11 @@ +from urllib3.connectionpool import connection_from_url + +url = 'https://twitter.com' + +http_pool = connection_from_url(url, strict=False) +print http_pool.__dict__ + + +r = http_pool.urlopen('GET', url) +# print r.data +# print r.data |
