tungstenite-rs/src
Daniel Abramov 8d8f0da204
Merge pull request #362 from alexheretic/config-asserts
Add assert panics for `WebSocketConfig`
2023-07-22 16:08:30 +02:00
..
handshake return correct protocol error when missing http version 2023-06-12 13:19:13 +01:00
protocol Merge pull request #362 from alexheretic/config-asserts 2023-07-22 16:08:30 +02:00
buffer.rs Move ReadBuffer chunk to heap 2021-10-15 07:15:25 +08:00
client.rs remove [] enclosing IPv6 host address 2023-06-06 13:47:09 +01:00
error.rs Remove send_queue, use out_buffer instead 2023-05-24 18:42:09 +01:00
lib.rs Make code compile with any feature set 2023-04-12 16:33:24 +02:00
server.rs Add support for rustls as TLS backend (#166) 2021-02-08 13:58:42 +01:00
stream.rs Upgrade to rustls 0.20 2021-10-18 11:27:03 +09:00
tls.rs Gracefully handle invalid native root certificates 2023-05-17 11:49:28 -04:00
util.rs