Class: HTTPRequest (Net)

Overview
Module Structure
Class Hierarchy
Instance Methods
HTTPRequest#initialize / 2
is a submodule of
module: Net   
inherits from
  HTTPGenericRequest ( Net )
is inherited by
  Get ( Net::HTTP )
  Head ( Net::HTTP )
  Post ( Net::HTTP )
  Put ( Net::HTTP )
  Delete ( Net::HTTP )
  Options ( Net::HTTP )
  Trace ( Net::HTTP )
  Propfind ( Net::HTTP )
  Proppatch ( Net::HTTP )
  Mkcol ( Net::HTTP )
  Copy ( Net::HTTP )
  Move ( Net::HTTP )
  Lock ( Net::HTTP )
  Unlock ( Net::HTTP )
has properties
method: initialize / 2   
is defined at
#1592 in net/http.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Net
  class: HTTP
class: Get     
class: Head     
class: Post     
class: Put     
class: Delete     
class: Options     
class: Trace     
class: Propfind     
class: Proppatch     
class: Mkcol     
class: Copy     
class: Move     
class: Lock     
class: Unlock     
  class: HTTPGenericRequest
✗ class: HTTPRequest

Class Hierarchy

Object ( Builtin-Module )
HTTPGenericRequest ( Net )
includes
  HTTPHeader ( Net )
has properties
constant: BUFSIZE   
method: initialize / 5   
attribute: method [R]   
attribute: path [R]   
method: inspect   
method: request_body_permitted?   
method: response_body_permitted?   
method: body_exist?   
attribute: body [R]   
method: body= / 1   
attribute: body_stream [R]   
method: body_stream= / 1   
method: set_body_internal / 1   
method: exec / 3   
method: send_request_with_body / 4   
method: send_request_with_body_stream / 4   
method: supply_default_content_type   
method: write_header / 3   
HTTPRequest ( Net )
has properties
method: initialize / 2   
  Get ( Net::HTTP )   
  Head ( Net::HTTP )   
  Post ( Net::HTTP )   
  Put ( Net::HTTP )   
  Delete ( Net::HTTP )   
  Options ( Net::HTTP )   
  Trace ( Net::HTTP )   
  Propfind ( Net::HTTP )   
  Proppatch ( Net::HTTP )   
  Mkcol ( Net::HTTP )   
  Copy ( Net::HTTP )   
  Move ( Net::HTTP )   
  Lock ( Net::HTTP )   
  Unlock ( Net::HTTP )   

Instance Methods

HTTPRequest#initialize / 2

#1595 in net/http.rb

initialize ( path ,
  initheader = nil )