method

input

v1_9_3_392 - Show latest stable - Class: WEBrick::CGI::Socket
input()
private

No documentation available.

# File lib/webrick/cgi.rb, line 185
      def input
        @header_part.eof? ? @body_part : @header_part
      end