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

Function process_embed_query_param_arg

httpie/cli/requestitems.py:146–147  ·  view source on GitHub ↗
(arg: KeyValueArg)

Source from the content-addressed store, hash-verified

144
145
146def process_embed_query_param_arg(arg: KeyValueArg) -> str:
147 return load_text_file(arg).rstrip('\n')
148
149
150def process_file_upload_arg(arg: KeyValueArg) -> Tuple[str, IO, str]:

Callers

nothing calls this directly

Calls 1

load_text_fileFunction · 0.85

Tested by

no test coverage detected