D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Net
/
HTTPHeader
/
Filename :
cdesc-HTTPHeader.yaml
back
Copy
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: Header module. - !ruby/struct:SM::Flow::P body: Provides access to @header in the mixed-into class as a hash-like object, except with case-insensitive keys. Also provides methods for accessing commonly-used header values in a more convenient format. constants: [] full_name: Net::HTTPHeader includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: "[]=" - !ruby/object:RI::MethodSummary name: add_field - !ruby/object:RI::MethodSummary name: basic_auth - !ruby/object:RI::MethodSummary name: basic_encode - !ruby/object:RI::MethodSummary name: canonical_each - !ruby/object:RI::MethodSummary name: capitalize - !ruby/object:RI::MethodSummary name: chunked? - !ruby/object:RI::MethodSummary name: content_length - !ruby/object:RI::MethodSummary name: content_length= - !ruby/object:RI::MethodSummary name: content_range - !ruby/object:RI::MethodSummary name: content_type - !ruby/object:RI::MethodSummary name: content_type= - !ruby/object:RI::MethodSummary name: delete - !ruby/object:RI::MethodSummary name: each - !ruby/object:RI::MethodSummary name: each_capitalized - !ruby/object:RI::MethodSummary name: each_capitalized_name - !ruby/object:RI::MethodSummary name: each_header - !ruby/object:RI::MethodSummary name: each_key - !ruby/object:RI::MethodSummary name: each_name - !ruby/object:RI::MethodSummary name: each_value - !ruby/object:RI::MethodSummary name: fetch - !ruby/object:RI::MethodSummary name: form_data= - !ruby/object:RI::MethodSummary name: get_fields - !ruby/object:RI::MethodSummary name: initialize_http_header - !ruby/object:RI::MethodSummary name: key? - !ruby/object:RI::MethodSummary name: main_type - !ruby/object:RI::MethodSummary name: proxy_basic_auth - !ruby/object:RI::MethodSummary name: range - !ruby/object:RI::MethodSummary name: range= - !ruby/object:RI::MethodSummary name: range_length - !ruby/object:RI::MethodSummary name: set_content_type - !ruby/object:RI::MethodSummary name: set_form_data - !ruby/object:RI::MethodSummary name: set_range - !ruby/object:RI::MethodSummary name: sub_type - !ruby/object:RI::MethodSummary name: to_hash - !ruby/object:RI::MethodSummary name: type_params - !ruby/object:RI::MethodSummary name: urlencode name: HTTPHeader superclass: