Class: SearchFlip::HTTPClient Private

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/search_flip/http_client.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

The SearchFlip::HTTPClient class wraps the http gem, is for internal use and responsible for the http request/response handling, ie communicating with ElasticSearch.

Defined Under Namespace

Classes: Request

Class Method Summary collapse

Class Method Details

.requestObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



38
39
40
# File 'lib/search_flip/http_client.rb', line 38

def self.request
  Request.new
end