lib/httpx/extensions.rb in httpx-0.22.2 vs lib/httpx/extensions.rb in httpx-0.22.3
- old
+ new
@@ -158,9 +158,10 @@
end
module URIExtensions
# uri 0.11 backport, ships with ruby 3.1
refine URI::Generic do
+
def non_ascii_hostname
@non_ascii_hostname
end
def non_ascii_hostname=(hostname)