Docs.rs
piam-types-0.0.0
piam-types 0.0.0
Docs.rs crate page
Apache-2.0
OR
MIT
26 May 2026
Links
crates.io
Source
Owners
sfpprxy
Dependencies
anyhow ^1.0
normal
aws-sigv4 ^0.48.0
normal
aws-smithy-checksums ^0.48.0
normal
cidr ^0.2.1
normal
http ^0.2.8
normal
hyper ^0.14
normal
uuid ^1.1.2
normal
Versions
1.06%
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
HttpRequest
piam_
types
0.0.0
Http
Request
Aliased Type
Trait Implementations
ConditionExt
HttpRequestExt
UserExt
In piam_
types::
type_
alias
piam_types
::
type_alias
Type Alias
Http
Request
Copy item path
Source
pub type HttpRequest =
Request
<
Body
>;
Aliased Type
§
pub struct HttpRequest {
/* private fields */
}
Trait Implementations
§
Source
§
impl
ConditionExt
for
HttpRequest
Source
§
fn
condition
(&self) ->
Condition
Source
§
impl
HttpRequestExt
for
HttpRequest
Source
§
fn
iam_ctx
(&self) ->
IamCtx
Source
§
impl
UserExt
for
HttpRequest
Source
§
fn
user
(&self) ->
Option
<
User
>