Class: Anyfetch::HTTP
Constant Summary collapse
- OPTIONS =
{ "User-Agent" => "Mozilla/5.0 (X11; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0", :allow_redirections => :safe, }
Instance Method Summary collapse
-
#initialize(uri, options) ⇒ HTTP
constructor
A new instance of HTTP.