Class: Pod::Downloader::Http

Inherits:
RemoteFile show all
Defined in:
lib/cocoapods-downloader/http.rb

Constant Summary collapse

USER_AGENT_HEADER =
'User-Agent'.freeze

Instance Attribute Summary

Attributes inherited from Base

#options, #target_path, #url

Method Summary

Methods inherited from RemoteFile

options

Methods inherited from Base

#checkout_options, #download, #download_head, executable, #head_supported?, #initialize, #name, options, #options_specific?, preprocess_options, user_agent_string, #validate_input

Methods included from APIExposable

#expose_api

Constructor Details

This class inherits a constructor from Pod::Downloader::Base