Docs.rs
oxide-auth-0.6.1
oxide-auth 0.6.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
HeroicKatora
Dependencies
base64 ^0.21
normal
chrono ^0.4
normal
hmac ^0.12.0
normal
once_cell ^1.3.1
normal
rand ^0.8
normal
rmp-serde ^1.1
normal
rust-argon2 ^2.0
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10.1
normal
subtle ^2.4.1
normal
url ^2.2.2
normal
reqwest ^0.11.10
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
Module request
oxide_
auth
0.6.1
Module request
Module Items
Structs
Enums
In oxide_
auth::
frontends::
simple
oxide_auth
::
frontends
::
simple
Module
request
Copy item path
Source
Expand description
Simple, owning request and response types.
Structs
§
MapErr
Changes the error type of a web request and response.
Request
Open and simple implementation of
WebRequest
.
Response
Open and simple implementation of
WebResponse
.
Enums
§
Body
Models the necessary body contents.
NoError
An uninhabited error type for simple requests and responses.
Status
An enum containing the necessary HTTP status codes.