blob: 585144efa6ba3819190994851c6745e1302cfcc4 [file] [edit]
# Simply returns the request body to check if the upload succeeded.
def main(request, response):
return 200, [("Content-Type", request.headers['content-type'])], request.body