macro_rules! no_content { () => { ... }; }
Produces NO CONTENT 204 response
NO CONTENT 204
use volga::no_content; no_content!();