There's no documentation for this item.
# File httpclient/http.rb, line 38 def self.redirect?(status) [ MOVED_PERMANENTLY, FOUND, SEE_OTHER, TEMPORARY_REDIRECT, MOVED_TEMPORARILY ].include?(status) end
<code/>
<pre/>
<code/>and<pre/>for code samples.