lib/httpx/resolver.rb in httpx-0.3.0 vs lib/httpx/resolver.rb in httpx-0.3.1
- old
+ new
@@ -1,6 +1,8 @@
# frozen_string_literal: true
+require "resolv"
+
module HTTPX
module Resolver
autoload :ResolverMixin, "httpx/resolver/resolver_mixin"
autoload :System, "httpx/resolver/system"
autoload :Native, "httpx/resolver/native"