websocket icon indicating copy to clipboard operation
websocket copied to clipboard

Websocket for Hertz

Results 1 websocket issues
Sort by recently updated
recently updated
newest added

当我使用```hertz-contrib/websocket```时发现缺少了一些**客户端**的方法,类似```gorilla/websocket```中的Dial方法:https://github.com/gorilla/websocket/blob/master/client.go#L116 ![image](https://user-images.githubusercontent.com/115757192/224682199-221780df-ecc9-410d-9415-90a9c5248353.png) 希望在以后的维护中可以加入有关**客户端**的方法

enhancement
good first issue