class Resolv::DNS::SvcParam::DoHPath
Constants
- KeyName
- KeyNumber
Attributes
URI template for DoH queries.
Public Class Methods
Source
# File lib/resolv.rb, line 2075
def initialize(template)
@template = template.encode('utf-8')
end Initialize “dohpath” ScvParam.
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.