MCPcopy
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
187def dump_request(kwargs: dict):
188 sys.stderr.write(
189 f'\n>>> requests.request(**{repr_dict(kwargs)})\n\n')
190
191
192def finalize_headers(headers: HTTPHeadersDict) -> HTTPHeadersDict:

Callers 1

collect_messagesFunction · 0.85

Calls 2

repr_dictFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected