Class: Net::HTTP::Unlock
- Inherits:
-
Net::HTTPRequest
- Object
- Net::HTTPGenericRequest
- Net::HTTPRequest
- Net::HTTP::Unlock
- Defined in:
- lib/extensions/net-http/net/http.rb
Constant Summary collapse
- METHOD =
'UNLOCK'
- REQUEST_HAS_BODY =
true
- RESPONSE_HAS_BODY =
true
Instance Attribute Summary
Attributes inherited from Net::HTTPGenericRequest
#body, #body_stream, #method, #path
Method Summary
Methods inherited from Net::HTTPRequest
Methods inherited from Net::HTTPGenericRequest
#body_exist?, #exec, #initialize, #inspect, #request_body_permitted?, #response_body_permitted?, #set_body_internal
Methods included from Net::HTTPHeader
#[], #[]=, #add_field, #basic_auth, #chunked?, #connection_close?, #connection_keep_alive?, #content_length, #content_length=, #content_range, #content_type, #delete, #each_capitalized, #each_capitalized_name, #each_header, #each_name, #each_value, #fetch, #get_fields, #initialize_http_header, #key?, #main_type, #proxy_basic_auth, #range, #range_length, #set_content_type, #set_form_data, #set_range, #size, #sub_type, #to_hash, #type_params
Constructor Details
This class inherits a constructor from Net::HTTPRequest