[][src]Macro realworld::rocket_uri_macro_post_articles

macro_rules! rocket_uri_macro_post_articles {
    #[post("/articles", format = "json", data = "<new_article>")] => { ... };
}

Rocket code generated wrapping URI macro.