Module elastic_reqwest::sync [] [src]

Synchronous http client.

Structs

SyncBody

A type that can be converted into a request body.

Traits

SyncElasticClient

Represents a client that can send Elasticsearch requests synchronously.

SyncFromResponse

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

Functions

build_req

Build a synchronous reqwest::RequestBuilder from an Elasticsearch request.

default

Get a default Client and RequestParams.