#[web_get]Expand description
Creates route handler with GET method guard.
Syntax: #[get("path"[, attributes])]
ยงAttributes:
"path"- Raw literal string with path for which to register handler. Mandatory.guard = "function_name"- Registers function as guard usingntex::web::guard::fn_guarderror = "ErrorRenderer"- Register handler for different error renderer