Method: ElasticWeb::Client::Connection#post

Defined in:
lib/elasticweb/client/connection.rb

#post(path, options = {}) ⇒ Object



9
10
11
# File 'lib/elasticweb/client/connection.rb', line 9

def post(path, options = {})
  request :post, path, options
end