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