class HTTP::Response::Body

def readpartial(*args)

(see HTTP::Client#readpartial)
def readpartial(*args)
  stream!
  @stream.readpartial(*args)
end