mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
module HTTPX
|
|
module Punycode
|
|
def self?.encode_hostname: (String) -> String
|
|
end
|
|
end |