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