MCPcopy
hub / github.com/httpie/cli / make_send_kwargs

Function make_send_kwargs

httpie/client.py:281–285  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

279
280
281def make_send_kwargs(args: argparse.Namespace) -> dict:
282 return {
283 'timeout': args.timeout or None,
284 'allow_redirects': False,
285 }
286
287
288def make_send_kwargs_mergeable_from_env(args: argparse.Namespace) -> dict:

Callers 1

collect_messagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected