lib/httpx.rb in httpx-0.13.2 vs lib/httpx.rb in httpx-0.14.0

- old
+ new

@@ -10,15 +10,14 @@ require "httpx/altsvc" require "httpx/callbacks" require "httpx/loggable" require "httpx/registry" require "httpx/transcoder" -require "httpx/options" -require "httpx/timeout" require "httpx/pool" require "httpx/headers" require "httpx/request" require "httpx/response" +require "httpx/options" require "httpx/chainable" # Top-Level Namespace # module HTTPX