summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/websockets/handlers/handshake_protocol_wsh.py
blob: 2ca20c052dbaad81d57fc16aed9f06e141a9606e (plain)
1
2
3
4
5
6
7
#!/usr/bin/python

def web_socket_do_extra_handshake(request):
    request.ws_protocol = 'foobar'

def web_socket_transfer_data(request):
    pass