“dohpath” SvcParam – DNS 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)
Link
Initialize “dohpath” ScvParam.
Source:
show
| on GitHub
def initialize(template)
@template = template.encode('utf-8')
end