class Rackup::Handler::WEBrick::Input

def read_next

Read one chunk from the request body.
def read_next
  @reader&.resume
end