Docs.rs
deboa-macros-0.0.4-beta.4
deboa-macros 0.0.4-beta.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ararog
Dependencies
deboa ^0.0.6-beta.9
normal
deboa-bora ^0.0.3-beta.3
normal
deboa-extras ^0.0.2-beta.4
normal
serde ^1.0.228
normal
httpmock ^0.8.2
dev
tokio ^1.47.2
dev
Versions
87.5%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
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
Crate deboa_macros
deboa_
macros
0.0.4-beta.4
All Items
Crate Items
Macros
Attribute Macros
Crate
deboa_
macros
Copy item path
Source
Macros
§
delete
Make a DELETE request to the specified URL.
fetch
Make a GET request to the specified URL.
get
Make a GET request to the specified URL.
patch
Make a PATCH request to the specified URL.
post
Make a POST request to the specified URL.
put
Make a PUT request to the specified URL.
submit
Submit a request to the specified URL.
Attribute Macros
§
bora
The
bora
attribute macro is used to generate a Deboa client. With this macro you can define the API endpoints and their methods. You can define multiple endpoints and methods in the same macro.