Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
xhr
/
resources
/
accept.py
blob: 842df80cda00670855062114b6cf063139d035ab [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
return
[(
b
"Content-Type"
,
b
"text/plain"
)],
request
.
headers
.
get
(
b
"accept"
,
b
"NO"
)