Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httpie/cli
/ mk_config_dir
Function
mk_config_dir
tests/utils/__init__.py:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
60
61
def
mk_config_dir() -> Path:
62
dirname = tempfile.mkdtemp(prefix=
'httpie_config_'
)
63
return
Path(dirname)
64
65
66
def
add_auth(url, auth):
Callers
4
start_session
Method · 0.85
setup_method
Method · 0.85
test_auth_type_stored_in_session_file
Method · 0.85
create_temp_config_dir
Method · 0.85
Calls
1
Path
Class · 0.85
Tested by
3
start_session
Method · 0.68
setup_method
Method · 0.68
test_auth_type_stored_in_session_file
Method · 0.68