method

read_data

ruby latest stable - Class: WEBrick::HTTPRequest

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

read_data(io, size)
private

No documentation available.

# File lib/webrick/httprequest.rb, line 412
    def read_data(io, size)
      _read_data(io, :read, size)
    end