class Protocol::HTTP::Body::Streamable::RequestBody
def stream(body)
def stream(body) body&.each do |chunk| @input.write(chunk) end rescue => error ensure @input.close_write(error) end
def stream(body) body&.each do |chunk| @input.write(chunk) end rescue => error ensure @input.close_write(error) end