MCPcopy
hub / github.com/pallets/werkzeug / test_response_headers_passthrough

Function test_response_headers_passthrough

tests/test_wrappers.py:1071–1074  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1069
1070
1071def test_response_headers_passthrough():
1072 headers = Headers()
1073 resp = wrappers.Response(headers=headers)
1074 assert resp.headers is headers
1075
1076
1077def test_response_304_no_content_length():

Callers

nothing calls this directly

Calls 1

HeadersClass · 0.90

Tested by

no test coverage detected