MCPcopy Index your code
hub / github.com/httpie/cli / process_embed_header_arg

Function process_embed_header_arg

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

Source from the content-addressed store, hash-verified

128
129
130def process_embed_header_arg(arg: KeyValueArg) -> str:
131 return load_text_file(arg).rstrip('\n')
132
133
134def process_empty_header_arg(arg: KeyValueArg) -> str:

Callers

nothing calls this directly

Calls 1

load_text_fileFunction · 0.85

Tested by

no test coverage detected