Module sentry_rs::request [] [src]

Wraps Hyper 0.11 to provide easier access to requests.

Although you're free to use this externally, we really only built it for ourselves.

This file is mostly borrowed from Rusoto who is also licensed under MIT, and whose license is available: HERE

Structs

BufferedHttpResponse

Stores the buffered response from a HTTP request.

BufferedHttpResponseFuture

Future returned from HttpResponse::buffer.

HttpClient

A Wrapper around hyper-client for non-tls connections.

HttpClientFuture

A future that will resolve to an HttpResponse.

HttpDispatchError

An error produced when invalid request types are sent.

HttpResponse

Stores the response from a HTTP request.

HttpsClient

A Wrapper around hyper-client for tls connections.

TlsError

An error produced when the user has an invalid TLS client

Traits

DispatchRequest

Trait for implementing HTTP Request/Response