class Resolv::DNS::SvcParam::DoHPath

“dohpath” SvcParam – 基于 HTTPS 的 DNS 路径模板 [RFC9461]

常量

KeyName
KeyNumber

属性

template[R]

用于 DoH 查询的 URI 模板。

公共类方法

new(template) 点击切换源代码

初始化 “dohpath” ScvParam。

# File resolv.rb, line 2075
def initialize(template)
  @template = template.encode('utf-8')
end