class Async::HTTP::Protocol::HTTP1::Response
def initialize(connection, version, status, reason, headers, body)
def initialize(connection, version, status, reason, headers, body) @connection = connection @reason = reason protocol = headers.delete(UPGRADE) super(version, status, headers, body, protocol) end