lib/httpx.rb in httpx-0.9.0 vs lib/httpx.rb in httpx-0.10.0

- old
+ new

@@ -3,9 +3,11 @@ require "httpx/version" require "httpx/extensions" require "httpx/errors" +require "httpx/utils" +require "httpx/domain_name" require "httpx/altsvc" require "httpx/callbacks" require "httpx/loggable" require "httpx/registry" require "httpx/transcoder"