Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/quart
/ test_encode_headers
Function
test_encode_headers
tests/test_utils.py:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
def
test_encode_headers() -> None:
10
assert encode_headers(Headers({
"Foo"
:
"Bar"
})) == [(b
"foo"
, b
"Bar"
)]
11
12
13
def
test_decode_headers() -> None:
Callers
nothing calls this directly
Calls
1
encode_headers
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…