net_http_persistent.rb

Path: lib/faraday/adapter/net_http_persistent.rb
Last Update: Wed Oct 22 15:04:57 +0000 2014

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]