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

Added support for terminal colors under Windows.

Tested on Python 2.7 under Windows 7 with PowerShell and cmd.exe.

Closes #36
This commit is contained in:
Jakub Roztocil
2012-07-17 03:48:10 +02:00
parent 54e3e5bca4
commit 2dba176aa8
3 changed files with 17 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ from . import cli
from . import pretty
TYPE_FORM = 'application/x-www-form-urlencoded; charset=utf-8'
TYPE_JSON = 'application/json; charset=utf-8'