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