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

Added initial support for persistent sessions.

This commit is contained in:
Jakub Roztocil
2012-08-17 23:23:02 +02:00
parent 1ed43c1a1e
commit 0b3bad9c81
6 changed files with 188 additions and 65 deletions

6
httpie/config.py Normal file
View File

@@ -0,0 +1,6 @@
import os
__author__ = 'jakub'
CONFIG_DIR = os.path.expanduser('~/.httpie')