Method

Type Alias Method 

Source
pub type Method = Method;

Aliased Type§

pub enum Method {
    Get,
    Head,
    Post,
    Put,
    Delete,
    Connect,
    Options,
    Trace,
    Patch,
    NonStandard(AsciiString),
}

Variants§

§

Get

GET

§

Head

HEAD

§

Post

POST

§

Put

PUT

§

Delete

DELETE

§

Connect

CONNECT

§

Options

OPTIONS

§

Trace

TRACE

§

Patch

PATCH

§

NonStandard(AsciiString)

Request methods not standardized by the IETF