class HTTP::Response::StringBody

def to_s

Returns:
  • (String) - eagerly consume the entire body as a string
def to_s
  @contents
end