Class: Propfind (Net::HTTP)

Overview
Module Structure
Class Hierarchy
Constants
Propfind::METHOD
Propfind::REQUEST_HAS_BODY
Propfind::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
#1655 in net/http.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Net
  class: HTTP
class: Propfind     
  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   
Propfind ( Net::HTTP )
has properties
constant: METHOD   
constant: REQUEST_HAS_BODY   
constant: RESPONSE_HAS_BODY   

Constants

Propfind::METHOD

#1656 in net/http.rb

METHOD = 'PROPFIND'   

Propfind::REQUEST_HAS_BODY

#1657 in net/http.rb

REQUEST_HAS_BODY = true   

Propfind::RESPONSE_HAS_BODY

#1658 in net/http.rb

RESPONSE_HAS_BODY = true