class Async::HTTP::Response
def self.[](status, headers = [], body = nil)
def self.[](status, headers = [], body = nil) body = Body::Buffered.wrap(body) self.new(nil, status, nil, headers, body) end
def self.[](status, headers = [], body = nil) body = Body::Buffered.wrap(body) self.new(nil, status, nil, headers, body) end