1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-15 01:34:27 +02:00
This commit is contained in:
Jakub Roztocil
2013-04-11 04:00:41 -03:00
parent e53dcba03e
commit 7ccdece39f
3 changed files with 16 additions and 14 deletions

View File

@ -64,6 +64,7 @@ from httpie.input import ParseError
from httpie.compat import is_windows, is_py26, bytes, str
from httpie.downloads import _parse_content_range, ContentRangeError
CRLF = '\r\n'
HTTPBIN_URL = os.environ.get('HTTPBIN_URL',
'http://httpbin.org').rstrip('/')