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