mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1002 from passy/remove-artifacts
Remove testing artifacts
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
from requests.packages import chardet
|
||||
|
||||
with open('test', 'rb') as f:
|
||||
print(chardet.detect(f.read()))
|
||||
@@ -1,6 +0,0 @@
|
||||
import requests
|
||||
|
||||
r = requests.get('http://readability.com')
|
||||
r.encoding = None
|
||||
|
||||
print(r.text)
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"url": "http://httpbin.org/get",
|
||||
"headers": {
|
||||
"Content-Length": "",
|
||||
"Connection": "keep-alive",
|
||||
"Accept": "*/*",
|
||||
"User-Agent": "curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5",
|
||||
"Host": "httpbin.org",
|
||||
"Content-Type": ""
|
||||
},
|
||||
"args": {},
|
||||
"origin": "184.72.18.219"
|
||||
}
|
||||
Reference in New Issue
Block a user