Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
615
def
parse_accept_header(value: str | None) -> ds.Accept: ...
616
617
618
@t.overload
Callers
4
accept_mimetypes
Method · 0.85
accept_charsets
Method · 0.85
accept_encodings
Method · 0.85
accept_languages
Method · 0.85
Calls
5
parse_list_header
Function · 0.85
parse_options_header
Function · 0.85
dump_options_header
Function · 0.85
append
Method · 0.80
pop
Method · 0.45
Tested by
no test coverage detected