Docs.rs
rumtk-web-0.9.2
rumtk-web 0.9.2
Permalink
Docs.rs crate page
LGPL-3.0
31 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
luissantosHCIT
Dependencies
ammonia ^4.1.4
normal
askama ^0.16.0
normal
axum ^0.8.9
normal
minifier ^0.4.0
normal
phf ^0.14.0
normal
phf_macros ^0.14.0
normal
pulldown-cmark ^0.13.4
normal
rand ^0.10.1
normal
reqwest ^0.13.4
normal
rumtk-core ^0.17.4
normal
serde ^1.0.228
normal
tower-http ^0.7.0
normal
Versions
6.09%
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
Module client
rumtk_
web
0.9.2
Module client
Module Items
Structs
Functions
Type Aliases
In rumtk_
web::
utils
rumtk_web
::
utils
Module
client
Copy item path
Source
Structs
§
Client
An asynchronous
Client
to make Requests with.
Request
A request which can be executed with
Client::execute()
.
Request
Error
The Errors that may occur when processing a
Request
.
Response
A Response to a submitted
Request
.
Functions
§
rumtk_
web_
get
rumtk_
web_
post
rumtk_
web_
sync_
get
rumtk_
web_
sync_
post
Type Aliases
§
RUMWeb
Client
RUMWeb
Client
Response