Module: HTTPalooza

Defined in:
lib/httpalooza.rb,
lib/httpalooza/api.rb,
lib/httpalooza/lineup.rb,
lib/httpalooza/players.rb,
lib/httpalooza/request.rb,
lib/httpalooza/version.rb,
lib/httpalooza/response.rb,
lib/httpalooza/players/base.rb,
lib/httpalooza/players/curb.rb,
lib/httpalooza/players/curl.rb,
lib/httpalooza/players/lynx.rb,
lib/httpalooza/players/patron.rb,
lib/httpalooza/players/telnet.rb,
lib/httpalooza/players/unirest.rb,
lib/httpalooza/players/net_http.rb,
lib/httpalooza/players/selenium.rb,
lib/httpalooza/players/typhoeus.rb,
lib/httpalooza/players/http_party.rb,
lib/httpalooza/players/http_client.rb,
lib/httpalooza/players/rest_client.rb,
lib/httpalooza/players/user_browser.rb,
lib/httpalooza/players/em_http_request.rb

Defined Under Namespace

Modules: API, Players Classes: Error, Lineup, NotImplementedError, Request, Response

Constant Summary collapse

VERSION =
'1.0.1'

Class Method Summary collapse

Class Method Details

.inviteHTTPalooza::Lineup

Starts an HTTPalooza session.

Returns:



25
26
27
# File 'lib/httpalooza.rb', line 25

def self.invite
  Lineup.new
end