class Seahorse::Client::Http::Request

def body_contents

Returns:
  • (String) -
def body_contents
  body.rewind
  contents = body.read
  body.rewind
  contents
end