Results for: "minmax"

No documentation available
No documentation available
No documentation available

Calls superclass method.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Has a method been included in the list of insecure methods?

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Like Net::HTTP.get, but writes the returned body to $stdout; returns nil.

Sets the continue timeout value, which is the number of seconds to wait for an expected 100 Continue response. If the HTTP object does not receive a response in this many seconds it sends the request body.

No documentation available
No documentation available
No documentation available

true if the response has a body.

Sets the encoding that should be used when reading the body:

Examples:

http = Net::HTTP.new(hostname)
req = Net::HTTP::Get.new('/')

http.request(req) do |res|
  p res.body.encoding # => #<Encoding:ASCII-8BIT>
end

http.request(req) do |res|
  res.body_encoding = "UTF-8"
  p res.body.encoding # => #<Encoding:UTF-8>
end

Similar to inspect, but respects the current level of indentation given by the pretty print object.

Search took: 5ms  ·  Total Results: 2220