Implemented WebSocket handshake

This commit is contained in:
2021-05-20 21:49:42 +02:00
parent 2f67518546
commit 843f11459b
5 changed files with 144 additions and 51 deletions

@@ -16,3 +16,5 @@ flate2 = "1.0.0"
r2d2 = "0.8.9"
r2d2_postgres = "0.18.0"
ansi_term = "0.12"
sha1 = "0.6.0"
base64 = "0.13.0"