httpx/sig/punycode.rbs
2025-05-13 15:44:21 +01:00

5 lines
90 B
Plaintext

module HTTPX
module Punycode
def self?.encode_hostname: (String) -> String
end
end