View Source ElasticsearchEx.Client (Elasticsearch_ex v1.4.0)

Provides the functions to make HTTP calls.

Summary

Functions

Link to this function

delete(path, headers \\ nil, body \\ nil, opts \\ [])

View Source
Link to this function

get(path, headers \\ nil, body \\ nil, opts \\ [])

View Source
Link to this function

head(path, headers \\ nil, opts \\ [])

View Source
@spec head(binary(), nil | map(), keyword()) :: :ok | :error
Link to this function

post(path, headers \\ nil, body \\ nil, opts \\ [])

View Source
Link to this function

put(path, headers \\ nil, body \\ nil, opts \\ [])

View Source
Link to this function

request(method, path, headers, body, opts \\ [])

View Source