You've already forked httpie-cli
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:
6
httpie/config.py
Normal file
6
httpie/config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
__author__ = 'jakub'
|
||||
|
||||
|
||||
CONFIG_DIR = os.path.expanduser('~/.httpie')
|
Reference in New Issue
Block a user