Derive Macro front_line::FrontLine

source ·
#[derive(FrontLine)]
{
    // Attributes available to this derive:
    #[get]
    #[post]
    #[put]
    #[delete]
    #[head]
    #[options]
    #[connect]
    #[trace]
    #[patch]
    #[flatten]
    #[prefix]
}