Method: HTTP::Message#content

Defined in:
lib/httpclient/http.rb

#contentObject

Returns a content of message body. A String or an IO.



897
898
899
# File 'lib/httpclient/http.rb', line 897

def content
  @body.content
end