Docs.rs
cot-0.2.2
cot 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
m4tx
seqre
Dependencies
async-trait ^0.1
normal
axum ^0.8
normal
backtrace ^0.3
normal
bytes ^1.10
normal
chrono ^0.4
normal
clap ^4
normal
cot_macros ^0.2.1
normal
derive_builder ^0.20
normal
derive_more ^2
normal
fake ^4
normal
optional
form_urlencoded ^1
normal
futures-core ^0.3
normal
futures-util ^0.3
normal
hmac ^0.12
normal
http ^1.3
normal
http-body ^1
normal
http-body-util ^0.1
normal
humansize ^2.1.3
normal
indexmap ^2
normal
mime_guess ^2
normal
password-auth ^1
normal
pin-project-lite ^0.2
normal
rinja ^0.3.5
normal
sea-query ^0.32
normal
optional
sea-query-binder ^0.7
normal
optional
serde ^1
normal
serde_html_form ^0.2
normal
serde_json ^1
normal
optional
serde_path_to_error ^0.1.17
normal
sha2 ^0.10
normal
sqlx ^0.8
normal
optional
subtle ^2
normal
sync_wrapper ^1
normal
thiserror ^2
normal
time ^0.3.41
normal
tokio ^1.44
normal
toml ^0.8
normal
tower ^0.5.2
normal
tower-livereload ^0.9.6
normal
optional
tower-sessions ^0.14
normal
tracing ^0.1
normal
url ^2
normal
optional
async-stream ^0.3
dev
fake ^4
dev
futures ^0.3
dev
mockall ^0.13
dev
tempfile ^3
dev
tracing-test ^0.2
dev
trybuild ^1
dev
Versions
99.72%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
cot
0.2.2
Method
Aliased Type
In crate cot
cot
Type Alias
Method
Copy item path
Source
pub type Method =
Method
;
Expand description
A type alias for an HTTP method.
Aliased Type
ยง
struct Method(
/* private fields */
);