Method: Seahorse::Client::Http::Request#body_contents

Defined in:
lib/seahorse/client/http/request.rb

#body_contentsString



51
52
53
54
55
56
# File 'lib/seahorse/client/http/request.rb', line 51

def body_contents
  body.rewind
  contents = body.read
  body.rewind
  contents
end