#[get]
Attach a GET route to a handler function.
GET
#[get("/users/{id}")] fn show_user(id: u64) { /* ... */ }