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 1589 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.6
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.