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

Function parse_cache_control_header

src/werkzeug/http.py:679–682  ·  view source on GitHub ↗
(
    value: str | None,
    on_update: t.Callable[[ds.cache_control._CacheControl], None] | None = None,
)

Source from the content-addressed store, hash-verified

677
678@t.overload
679def parse_cache_control_header(
680 value: str | None,
681 on_update: t.Callable[[ds.cache_control._CacheControl], None] | None = None,
682) -> ds.RequestCacheControl: ...
683
684
685@t.overload

Callers 2

cache_controlMethod · 0.85
cache_controlMethod · 0.85

Calls 1

parse_dict_headerFunction · 0.85

Tested by

no test coverage detected