@gibme/dns
    Preparing search index...

    Class HTTPS

    Encoder for DNS HTTPS (HTTPS Service Binding) resource records (Type 65).

    Provides HTTPS-specific service binding parameters for a domain.

    RFC 9460

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 65

    IANA resource record type identifier

    Methods

    • Decodes an HTTPS record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader

      Returns SVCB.Record

      the decoded HTTPS record

    • Encodes an HTTPS record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer

      • data: SVCB.Record

        the HTTPS record to encode

      • index: CompressionIndex

        compression index for DNS name compression

      Returns void