lib/httpx.rb in httpx-0.24.7 vs lib/httpx.rb in httpx-1.0.0

- old
+ new

@@ -51,17 +51,9 @@ h = @plugins h.synchronize { h[name] = mod } end end - # :nocov: - def self.const_missing(const_name) - super unless const_name == :Client - warn "DEPRECATION WARNING: the class #{self}::Client is deprecated. Use #{self}::Session instead." - Session - end - # :nocov: - extend Chainable end require "httpx/session" require "httpx/session_extensions"