Enum reproto_core::RpHttpMethod [] [src]

pub enum RpHttpMethod {
    Get,
    Post,
    Put,
    Update,
    Delete,
    Patch,
    Head,
}

Variants

Methods

impl RpHttpMethod
[src]

[src]

Treat this method to an all uppercase string representing the method.

Trait Implementations

impl Debug for RpHttpMethod
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpHttpMethod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RpHttpMethod

impl Sync for RpHttpMethod