Module: OpenSearch::API::Http
- Defined in:
- lib/opensearch/api/namespace/http.rb,
lib/opensearch/api/actions/http/get.rb,
lib/opensearch/api/actions/http/put.rb,
lib/opensearch/api/actions/http/head.rb,
lib/opensearch/api/actions/http/post.rb,
lib/opensearch/api/actions/http/patch.rb,
lib/opensearch/api/actions/http/trace.rb,
lib/opensearch/api/actions/http/delete.rb,
lib/opensearch/api/actions/http/connect.rb,
lib/opensearch/api/actions/http/options.rb,
lib/opensearch/api/actions/http/request.rb
Defined Under Namespace
Modules: Actions Classes: HttpClient
Instance Method Summary collapse
-
#http ⇒ Object
Proxy method for HttpClient, available in the receiving object.
Instance Method Details
#http ⇒ Object
Proxy method for HttpClient, available in the receiving object
25 26 27 |
# File 'lib/opensearch/api/namespace/http.rb', line 25 def http @http ||= HttpClient.new(self) end |