Struct kinto_http::request::DeleteCollection [] [src]

pub struct DeleteCollection {
    pub preparer: RequestPreparer,
}

Delete request on plural endpoints.

Fields

Methods

impl DeleteCollection
[src]

Trait Implementations

impl KintoRequest for DeleteCollection
[src]

Set If-Match header.

Set If-None-Match header.

Send the request.

impl PluralEndpoint for DeleteCollection
[src]