class Resolv::DNS::SvcParam::DoHPath
Constants
- KeyName
- KeyNumber
Attributes
template[R]
URI template for DoH queries.
Public Class Methods
new(template)
click to toggle source
Initialize “dohpath” ScvParam.
# File resolv.rb, line 2060 def initialize(template) @template = template.encode('utf-8') end