Crate worker_route_macro
source ·Attribute Macros
- A macro that creates route handler with
worker::Router::delete - A macro that creates route handler with
worker::Router::get - A macro that creates route handler with
worker::Router::head - A macro that creates route handler with
worker::Router::options - A macro that creates route handler with
worker::Router::patch - A macro that creates route handler with
worker::Router::post - A macro that creates route handler with
worker::Router::put - A macro that creates route handler with multiple methods.