類別 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