blob: 48e5fc0266687e4a1c6350601497fdbcffd94087 [file] [log] [blame] [edit]
import time
def main(request, response):
# Sleep for 1sec
time.sleep(1)
response.headers.set(b"Cache-Control", b"no-cache, no-store, must-revalidate");