trisquel-icecat/icecat/testing/web-platform/tests/fenced-frame/resources/response-204.py

4 lines
No EOL
119 B
Python

def main(request, response):
response_headers = []
body = "No content"
return (204, response_headers, body)