#[derive(EndpointDerive)]
{
// Attributes available to this derive:
#[endpoint]
#[response]
#[params]
#[query]
#[body]
#[headers]
#[param]
#[query_field]
}
Available on crate feature
macros only.#[derive(EndpointDerive)]
{
// Attributes available to this derive:
#[endpoint]
#[response]
#[params]
#[query]
#[body]
#[headers]
#[param]
#[query_field]
}
macros only.