View Source ElasticsearchEx.Client (Elasticsearch_ex v1.7.1)

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
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