1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00
actix-web/actix-web-actors/src
jairinhohw 03ca408e94 add support for specifying protocols on websocket handshake (#835)
* add support for specifying protocols on websocket handshake

* separated the handshake function with and without protocols
changed protocols type from Vec<&str> to [&str]
2019-07-20 11:22:06 +06:00
..
context.rs use test::call_service 2019-04-15 09:09:21 -07:00
lib.rs clippy warnings 2019-07-17 15:08:30 +06:00
ws.rs add support for specifying protocols on websocket handshake (#835) 2019-07-20 11:22:06 +06:00