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

Function parse_accept_header

src/werkzeug/http.py:615–615  ·  view source on GitHub ↗
(value: str | None)

Source from the content-addressed store, hash-verified

613
614@t.overload
615def parse_accept_header(value: str | None) -> ds.Accept: ...
616
617
618@t.overload

Callers 4

accept_mimetypesMethod · 0.85
accept_charsetsMethod · 0.85
accept_encodingsMethod · 0.85
accept_languagesMethod · 0.85

Calls 5

parse_list_headerFunction · 0.85
parse_options_headerFunction · 0.85
dump_options_headerFunction · 0.85
appendMethod · 0.80
popMethod · 0.45

Tested by

no test coverage detected