class Gem::Resolv::DNS::SvcParam::DoHPath

“dohpath” SvcParam – 通过 HTTPS 路径模板的 DNS [RFC9461]

常量

KeyName
KeyNumber

属性

template[R]

DoH 查询的 URI 模板。

公共类方法

new(template) 点击切换源代码

初始化 “dohpath” ScvParam。

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