类 Resolv::DNS::SvcParam::DoHPath
常量
- KeyName
- KeyNumber
属性
template[R]
URI
用于 DoH 查询的模板。
公共类方法
new(template) 点击切换源代码
初始化 “dohpath” ScvParam。
# File lib/resolv.rb, line 2067 def initialize(template) @template = template.encode('utf-8') end