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

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

A standard HTTP verb.

Variants

Trait Implementations

impl PartialEq<HttpMethod> for HttpMethod

impl Debug for HttpMethod

Formats the value using the given formatter.

impl Clone for HttpMethod