python http的连接可以用proxy = {'http': '127.0.0.1:8888'}这样子设置代理,然后requests.get或者requests.post,那websockets的代理连接要怎么做?