Docs.rs
blitz-ws-0.1.0
blitz-ws 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Risuleia
Dependencies
base64 ^0.22.1
normal
bytes ^1.10.1
normal
flate2 ^1.1.2
normal
http ^1.3.1
normal
optional
httparse ^1.10.1
normal
optional
native-tls ^0.2.3
normal
optional
rand ^0.9.1
normal
rustls ^0.23.0
normal
optional
rustls-native-certs ^0.8.0
normal
optional
rustls-pki-types ^1.0
normal
optional
sha1 ^0.10.6
normal
optional
thiserror ^2.0.12
normal
url ^2.1.0
normal
optional
utf-8 ^0.7.6
normal
webpki-roots ^0.26
normal
optional
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Request
blitz_
ws
0.1.0
Request
Aliased Type
Trait Implementations
TryParse
In blitz_
ws::
handshake::
server
blitz_ws
::
handshake
::
server
Type Alias
Request
Copy item path
Source
pub type Request =
Request
<
()
>;
Expand description
Server Request type
Aliased Type
§
pub struct Request {
/* private fields */
}
Trait Implementations
§
Source
§
impl
TryParse
for
Request
Source
§
fn
try_parse
(data: &[
u8
]) ->
Result
<
Option
<(
usize
, Self)>>
Returns Ok(None) if incomplete, Err on syntax errors