class Resolv::DNS::Resource::IN::HTTPS
The HTTPS
DNS Resource Record
Constants
- ClassValue
- TypeValue
Public Class Methods
new(svc_priority, target_name, svc_params)
click to toggle source
Calls superclass method
Resolv::DNS::Resource::IN::SVCB::new
# File lib/svcb_rr_patch/https.rb, line 11 def initialize(svc_priority, target_name, svc_params) # https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-06 super(svc_priority, target_name, svc_params) end