blob: e26c7f9ec0f488cb4b62d9eb83fba9d355b84a4f [file] [log] [blame]
def main(request, response):
headers = [(b"Content-type", b"application/xml;charset=windows-1252")]
content = b'<\xff/>'
return headers, content