MCPcopy Create free account
hub / github.com/pallets/flask / no_vary_header

Function no_vary_header

tests/test_basic.py:551–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549
550 @app.route("/no-vary-header")
551 def no_vary_header():
552 return ""
553
554 def expect(path, header_value="Cookie"):
555 rv = client.get(path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected