Method: Wpxf::Net::HttpClient#initialize
- Defined in:
- lib/wpxf/net/http_client.rb
#initialize ⇒ Object
Initialize a new instance of Wpxf::Net::HttpClient.
14 15 16 17 18 19 20 21 |
# File 'lib/wpxf/net/http_client.rb', line 14 def initialize super @hydra = Typhoeus::Hydra.new(max_concurrency: max_http_concurrency) end |