Module tetsy_fetch::client[][src]

Fetch client implementation.

Structs

Abort

A handle to abort requests.

BodyReader

BodyReader serves as an adapter from async to sync I/O.

Client

An implementation of Fetch using a hyper client.

Request

A wrapper for hyper::Request using Url and with methods.

Response

An HTTP response.

Enums

Error

Fetch error cases.

Traits

Fetch

Types which retrieve content from some URL.