Enum curl_http::Method[][src]

pub enum Method {
    Get,
    Head,
    Post,
    Put,
    Delete,
}

A enum represents HTTP methods.

Variants

Trait Implementations

impl PartialEq for Method
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Method
[src]

Formats the value using the given formatter. Read more

impl Display for Method
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Method

impl Sync for Method