MCPcopy Index your code
hub / github.com/pallets/flask / vary_cookie_header_set

Function vary_cookie_header_set

tests/test_basic.py:565–569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563
564 @app.route("/vary-cookie-header-set")
565 def vary_cookie_header_set():
566 response = flask.Response()
567 response.vary.add("Cookie")
568 flask.session["test"] = "test"
569 return response
570
571 @app.route("/vary-header-set")
572 def vary_header_set():

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…