Class: Rack::Client::Parser::Response
- Defined in:
- lib/rack/client/parser/response.rb
Instance Method Summary collapse
Methods inherited from Response
Constructor Details
This class inherits a constructor from Rack::Client::Response
Instance Method Details
#finish ⇒ Object
5 6 7 8 9 |
# File 'lib/rack/client/parser/response.rb', line 5 def finish(*) super ensure parse_body_as(headers['Content-Type']) if headers['Content-Type'] end |