Class: Options (Net::HTTP)

Overview
Module Structure
Class Hierarchy
Constants
Options::METHOD
Options::REQUEST_HAS_BODY
Options::RESPONSE_HAS_BODY
is a submodule of
class: HTTP ( Net )
inherits from
  HTTPRequest ( Net )
has properties
constant: METHOD   
constant: REQUEST_HAS_BODY   
constant: RESPONSE_HAS_BODY   
is defined at
#1639 in net/http.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Net
  class: HTTP
class: Options     
  class: HTTPRequest

Class Hierarchy

Object ( Builtin-Module )
Protocol ( Net )
  HTTP     
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   
Options ( Net::HTTP )
has properties
constant: METHOD   
constant: REQUEST_HAS_BODY   
constant: RESPONSE_HAS_BODY   

Constants

Options::METHOD

#1640 in net/http.rb

METHOD = 'OPTIONS'   

Options::REQUEST_HAS_BODY

#1641 in net/http.rb

REQUEST_HAS_BODY = false   

Options::RESPONSE_HAS_BODY

#1642 in net/http.rb

RESPONSE_HAS_BODY = false