Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
Net::HTTPGenericRequest
HTTP request class. This class wraps request header and entity path. You must use its subclass, Net::HTTP::Get, Post, Head.
Creates HTTP request object.
# File net/http.rb, line 1595 def initialize(path, initheader = nil) super self.class::METHOD, self.class::REQUEST_HAS_BODY, self.class::RESPONSE_HAS_BODY, path, initheader end
This page was generated for Ruby 1.8.7
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.