net_http_persistent.rb

Path: lib/faraday/adapter/net_http_persistent.rb
Last Update: Thu Nov 10 21:45:21 +0000 2016

Rely on autoloading instead of explicit require; helps avoid the "already initialized constant" warning on Ruby 1.8.7 when NetHttp is refereced below. require ‘faraday/adapter/net_http‘

[Validate]