Struct scrupy::downloader::Request [] [src]

pub struct Request {
    pub content: RequestContent,
    pub client: Client,
}

A simple request

Fields

The request content

The hyper client used for issuing the request

Methods

impl Request
[src]

Issuse the Request to the server