#[post]
Expand description
Turns a function into a documented api handler
Unlike #[handler]
it uses the http method POST
,
for everything else please refer to #[handler]
#[post]
Turns a function into a documented api handler
Unlike #[handler]
it uses the http method POST
,
for everything else please refer to #[handler]