lib/httpx.rb in httpx-0.2.1 vs lib/httpx.rb in httpx-0.3.0

- old
+ new

@@ -3,9 +3,10 @@ require "httpx/version" require "httpx/extensions" require "httpx/errors" +require "httpx/altsvc" require "httpx/callbacks" require "httpx/loggable" require "httpx/registry" require "httpx/transcoder" require "httpx/options"