Attribute Macro post

Source
#[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]