1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Update links

This commit is contained in:
Jakub Roztocil
2017-03-10 11:27:38 +01:00
parent f74670fac1
commit c948f98b05
20 changed files with 80 additions and 80 deletions

View File

@@ -97,7 +97,7 @@ def finalize_headers(headers):
value = value.strip()
if isinstance(value, str):
# See: https://github.com/jkbrzt/httpie/issues/212
# See: https://github.com/jakubroztocil/httpie/issues/212
value = value.encode('utf8')
final_headers[name] = value