Returns a new instance of NetHttp.
14 15 16
# File 'lib/down/net_http.rb', line 14 def initialize(options = {}) @options = { "User-Agent" => "Down/#{Down::VERSION}" }.merge(options) end