Method: HTTP::Message#content

Defined in:
lib/httpclient/http.rb

#contentObject Also known as: body

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



1039
1040
1041
# File 'lib/httpclient/http.rb', line 1039

def content
  @http_body.content
end