1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-10 18:38:34 +00:00
Files
UXP/testing/web-platform/tests/XMLHttpRequest/resources/img-utf8-html.py
T

6 lines
143 B
Python

def main(request, response):
headers = [("Content-type", "text/html;charset=utf-8")]
content = "<img>foo"
return headers, content