Derive Macro FromRequest

Source
#[derive(FromRequest)]
{
    // Attributes available to this derive:
    #[context]
    #[body]
    #[forward]
    #[query_params]
    #[get]
    #[head]
    #[post]
    #[put]
    #[delete]
    #[connect]
    #[options]
    #[trace]
    #[patch]
}