class Resolv::DNS::SvcParam::DoHPath

“dohpath” SvcParamDNS over HTTPS path template [RFC9461]

Constants

KeyName
KeyNumber

Attributes

template [R]

URI template for DoH queries.

Public Class Methods

new (template)

Initialize “dohpath” ScvParam.

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