Docs.rs
rust-api-kit-0.1.0
rust-api-kit 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
sterrlia
Dependencies
anyhow ^1.0.98
normal
optional
async-trait ^0.1.88
normal
axum ^0.8.3
normal
optional
reqwest ^0.12.20
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tracing ^0.1.41
normal
optional
url ^2.5.4
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
rust_
api_
kit
0.1.0
Bearer
Token
Aliased Type
Trait Implementations
Auth
In rust_
api_
kit::
http::
client
rust_api_kit
::
http
::
client
Type Alias
BearerToken
Copy item path
Source
pub type BearerToken =
String
;
Aliased Type
§
pub struct BearerToken {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Auth
for
BearerToken
Source
§
fn
add_auth_to_request
(&self, builder:
RequestBuilder
) ->
RequestBuilder