blob: c364bff4e03b80f238b3979766506e1ec1670fe6 [file] [log] [blame]
def main(request, response):
type = request.GET[b'type']
if request.GET[b'type'] == b'fallingback':
return 404, [(b'Content-Type', b'text/plain')], u"Page not found"
return [(b'Content-Type', b'text/plain')], type