Module: Ferto

Defined in:
lib/ferto.rb,
lib/ferto/client.rb,
lib/ferto/version.rb,
lib/ferto/callback.rb,
lib/ferto/response.rb,
lib/ferto/callback/parser_error.rb

Defined Under Namespace

Classes: Callback, Client, ConnectionError, Response, ResponseError

Constant Summary collapse

DEFAULT_CONFIG =
{
  scheme: 'http',
  host: 'localhost',
  port: 8000,
  path: '/download',
  connect_timeout: 4,
  timeout: 6,
  aggr_limit: 4
}.freeze
VERSION =
"0.1.0"