Crate reset_router_macros

Source

Macros§

Attribute Macros§

  • Use like #[connect("/path")]
  • Use like #[delete("/path")]
  • Use like #[get("/path")]
  • Use like #[head("/path")]
  • Use like #[options("/path")]
  • Use like #[patch("/path")]
  • Use like #[post("/path")]
  • Use like #[put("/path")]
  • Use like #[route(path="/path")]
  • Use like #[trace("/path")]