# File lib/librarian/environment.rb, line 187
    def net_http_class(host)
      no_proxy?(host) ? Net::HTTP : net_http_default_class
    end