Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
third_party
/
web_platform_tests
/
encoding
/
resources
/
text-plain-charset.py
blob: a1c07e70189bce25c4002f447a544b64224967fd [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
response
.
headers
.
set
(
"Content-Type"
,
"text/plain;charset="
+
request
.
GET
.
first
(
"label"
))
response
.
content
=
"hello encoding"