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