Skip to Content Skip to Search

“dohpath” SvcParamDNS over HTTPS path template [RFC9461]

Methods
N

Constants

KeyName = :dohpath
 
KeyNumber = 7
 

Attributes

[R] template

URI template for DoH queries.

Class Public methods

new(template)

Initialize “dohpath” ScvParam.

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