Enum scrupy::downloader::Method [] [src]

pub enum Method {
    Get,
    Post,
}

Http methods

Variants

Http get

Http post

Trait Implementations

impl Clone for Method
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more