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