Docs.rs
typeduck-codex-utils-absolute-path-0.18.0
typeduck-codex-utils-absolute-path 0.18.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
22 July 2026
Links
Repository
crates.io
Source
Owners
sssemil
Dependencies
bytes ^1.9.0
normal
data-encoding ^2
normal
optional
flate2 ^1.1.0
normal
optional
headers ^0.4.0
normal
optional
http ^1.0
normal
optional
httparse ^1.3.4
normal
optional
log ^0.4.8
normal
rand ^0.9.0
normal
rustls ^0.23.0
normal
optional
rustls-pki-types ^1.0
normal
optional
sha1 ^0.10
normal
optional
thiserror ^2.0.7
normal
utf-8 ^0.7.5
normal
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Request
tungstenite
0.18.0
Request
Aliased Type
Trait Implementations
TryParse
In tungstenite::
handshake::
server
tungstenite
::
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
(buf: &[
u8
]) ->
Result
<
Option
<(
usize
, Self)>>
Return Ok(None) if incomplete, Err on syntax error.