Set
the default value for the :id_conv option.
See new(). The initial default value is a DRbIdConv
instance.
Waits up to the continue timeout for a response from the server provided we’re speaking HTTP 1.1 and are expecting a 100-continue response.
The column number in characters where this location ends from the start of the line.
in “” in “foo”
The name of the configuration file.
Extracts S3 configuration for S3 bucket
Returns URL-escaped string following RFC 3986.
Returns URL-unescaped string following RFC 3986.
Sets the value of field 'Content-Type'
; returns the new value; see Content-Type request header:
req = Net::HTTP::Get.new(uri) req.set_content_type('application/json') # => ["application/json"]
Net::HTTPHeader#content_type=
is an alias for Net::HTTPHeader#set_content_type
.