Enum elastic::client::requests::HttpMethod []

pub enum HttpMethod {
    Head,
    Get,
    Post,
    Put,
    Delete,
    Patch,
}

A standard HTTP verb.

Variants

Trait Implementations

impl Clone for HttpMethod

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<HttpMethod> for HttpMethod

impl Debug for HttpMethod

Formats the value using the given formatter.