Struct scrupy::downloader::RequestContent [] [src]

pub struct RequestContent {
    pub url: Url,
    pub method: Method,
    pub body: Option<String>,
}

The content of a Request including url, headers and body.

Fields

The target url

The method used to issue the Request

The body, text only for now

Trait Implementations

impl Clone for RequestContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more