#[get]
#[get("path"[, attributes])]
"path"
#[get("/")] async fn example() -> impl IntoResponse { "hello world" }