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

Function separate

httpie/core.py:182–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 processing_options = ProcessingOptions.from_raw_args(args)
181
182 def separate():
183 getattr(env.stdout, 'buffer', env.stdout).write(MESSAGE_SEPARATOR_BYTES)
184
185 def request_body_read_callback(chunk: bytes):
186 should_pipe_to_stdout = bool(

Callers 1

programFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected