Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httpie/cli
/ dump_request
Function
dump_request
httpie/client.py:187–189 ·
view source on GitHub ↗
(kwargs: dict)
Source
from the content-addressed store, hash-verified
185
186
187
def
dump_request(kwargs: dict):
188
sys.stderr.write(
189
f
'\n>>> requests.request(**{repr_dict(kwargs)})\n\n'
)
190
191
192
def
finalize_headers(headers: HTTPHeadersDict) -> HTTPHeadersDict:
Callers
1
collect_messages
Function · 0.85
Calls
2
repr_dict
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected