Module transport

Module transport 

Source
Expand description

HTTP transport and connection components

Structs§

Connection
A connection to an Elasticsearch node, used to send an API request
SingleNodeConnectionPool
A connection pool that manages the single connection to an Elasticsearch cluster.
Transport
A HTTP transport responsible for making the API requests to Elasticsearch, using a Connection selected from a ConnectionPool
TransportBuilder
Builds a HTTP transport to make API calls to OpenSearch

Enums§

BuildError
Error that can occur when building a Transport

Statics§

DEFAULT_ADDRESS
Default address to Elasticsearch running on http://localhost:9200

Traits§

ConnectionPool
A pool of Connections, used to make API calls to Elasticsearch.