method
input
input()
private
Hide source
# File lib/webrick/cgi.rb, line 233 def input @header_part.eof? ? @body_part : @header_part end