[][src]Attribute Macro actix_web_cute_codegen::get

#[get]

Creates route handler with GET method guard.

Syntax: #[get("path"[, attributes])]

Attributes are the same as in handler