類別 Resolv::DNS::SvcParam::DoHPath

“dohpath” SvcParamDNS over HTTPS 路徑範本 [RFC9461]

常數

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