Elastic.HTTP.get
You're seeing just the function
get
, go back to Elastic.HTTP module for more information.
Makes a request using the GET HTTP method, and can take a body.
Elastic.HTTP.get("/answer/_search", body: %{query: ...})