mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
3 lines
101 B
Python
3 lines
101 B
Python
def main(request, response):
|
|
return "FAIL" if 'Sec-WebSocket-Key' in request.headers else "PASS"
|