DNS.Message.Record.Data.HTTPS (DNS v0.4.1)
View SourceDNS HTTPS Record (Type 65)
The HTTPS record is a specialized SVCB record for HTTPS services. It has the same format as SVCB but is specifically for HTTPS endpoints.
RFC 9460 defines the HTTPS record format:
- SvcPriority: 2 octets
- TargetName: domain name
- SvcParams: variable length
Summary
Types
@type t() :: %DNS.Message.Record.Data.HTTPS{ data: {svc_priority :: 0..65535, target_name :: DNS.Message.Domain.t(), svc_params :: binary()}, raw: bitstring(), rdlength: 0..65535, type: DNS.ResourceRecordType.t() }