Docs.rs
tungstenite-0.18.0
tungstenite 0.18.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
agalakhov
daniel-abramov
Dependencies
base64 ^0.13.0
normal
byteorder ^1.3.2
normal
bytes ^1.0
normal
http ^0.2
normal
httparse ^1.3.4
normal
log ^0.4.8
normal
native-tls ^0.2.3
normal
rand ^0.8.0
normal
rustls ^0.20.0
normal
rustls-native-certs ^0.6.0
normal
sha1 ^0.10
normal
thiserror ^1.0.23
normal
url ^2.1.0
normal
utf-8 ^0.7.5
normal
webpki ^0.22
normal
webpki-roots ^0.22
normal
criterion ^0.4.0
dev
env_logger ^0.10.0
dev
input_buffer ^0.5.0
dev
net2 ^0.2.37
dev
rand ^0.8.4
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module coding
Enums
?
Module
tungstenite
::
protocol
::
frame
::
coding
source
·
[
−
]
Expand description
Various codes defined in RFC 6455.
Enums
CloseCode
Status code used to indicate why an endpoint is closing the WebSocket connection.
Control
Control opcodes as in RFC 6455
Data
Data opcodes as in RFC 6455
OpCode
WebSocket message opcode as in RFC 6455.