Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/initial-selection
/
.
/
fetch
/
api
/
resources
/
script-with-header.py
blob: 778871b4406f3c11facf74775a1c878802f8b428 [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
headers
=
[(
"Content-type"
,
request
.
GET
.
first
(
"mime"
))]
content
=
"console.log('Script loaded')"
return
200
,
headers
,
content