lib/httpx.rb in httpx-0.11.3 vs lib/httpx.rb in httpx-0.12.0

- old
+ new

@@ -17,11 +17,10 @@ require "httpx/pool" require "httpx/headers" require "httpx/request" require "httpx/response" require "httpx/chainable" -require "httpx/session" # Top-Level Namespace # module HTTPX # All plugins should be stored under this module/namespace. Can register and load @@ -57,5 +56,7 @@ end # :nocov: extend Chainable end + +require "httpx/session"