Method: Wpxf::Net::HttpClient#initialize

Defined in:
lib/wpxf/net/http_client.rb

#initializeObject

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

  initialize_options
  initialize_advanced_options

  @hydra = Typhoeus::Hydra.new(max_concurrency: max_http_concurrency)
end