Attribute Macro get

Source
#[get]
Expand description

Turns a function into a documented api handler

Unlike #[handler] it uses the http method GET, for everything else please refer to #[handler]