mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-05 00:03:11 -05:00
handled in superclass
This commit is contained in:
parent
cc27ff9fb4
commit
f24b1b373f
@ -4,8 +4,6 @@ module Faraday
|
||||
class Adapter < Middleware
|
||||
CONTENT_LENGTH = 'Content-Length'.freeze
|
||||
|
||||
extend MiddlewareRegistry
|
||||
|
||||
register_middleware File.expand_path('../adapter', __FILE__),
|
||||
:test => [:Test, 'test'],
|
||||
:net_http => [:NetHttp, 'net_http'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user