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

Function test_headers

tests/test_tokens.py:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def test_headers():
17 r = http('--print=H', '--offline', 'pie.dev')
18 assert_output_matches(r, [Expect.REQUEST_HEADERS])
19
20
21def test_redirected_headers():

Callers

nothing calls this directly

Calls 2

httpFunction · 0.85
assert_output_matchesFunction · 0.85

Tested by

no test coverage detected