Module elastic_reqwest::async [] [src]

Asynchronous http client.

Structs

AsyncBody

A type that can be converted into a request body.

FromResponse

A future returned by calling elastic_req.

Pending

A future returned by calling elastic_req.

Traits

AsyncElasticClient

Represents a client that can send Elasticsearch requests asynchronously.

AsyncFromResponse

Represents a response that can be parsed into a concrete Elasticsearch response.

Functions

build_req

Build an asynchronous reqwest::RequestBuilder from an Elasticsearch request.

default

Get a default Client and RequestParams.