This commit is contained in:
Erik Michaels-Ober 2010-12-31 02:06:09 -05:00
parent 223155a40e
commit aad642b1a7

View File

@ -10,7 +10,7 @@ module Faraday
:ActionDispatch => 'action_dispatch',
:NetHttp => 'net_http',
:Typhoeus => 'typhoeus',
:EMSynchrony => 'em_synchrony',
:EMSynchrony => 'em_synchrony',
:Patron => 'patron',
:Test => 'test'
@ -20,7 +20,7 @@ module Faraday
:net_http => :NetHttp,
:typhoeus => :Typhoeus,
:patron => :Patron,
:em_synchrnoy => :EMSynchrony
:em_synchrony => :EMSynchrony
def call(env)
process_body_for_request(env)