Method: Restify::HTTP#initialize
- Defined in:
- lib/restify/http.rb
#initialize ⇒ HTTP
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.
Returns a new instance of HTTP.
10 11 12 |
# File 'lib/restify/http.rb', line 10 def initialize @adapter = self.class.adapter end |