Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
def
test_headers():
17
r = http(
'--print=H'
,
'--offline'
,
'pie.dev'
)
18
assert_output_matches(r, [Expect.REQUEST_HEADERS])
19
20
21
def
test_redirected_headers():
Callers
nothing calls this directly
Calls
2
http
Function · 0.85
assert_output_matches
Function · 0.85
Tested by
no test coverage detected