class HTTP::Response

def to_a

Returns:
  • (Array(Fixnum, Hash, String)) -
def to_a
  [status.to_i, headers.to_h, body.to_s]
end