edgeport - v1.0.6
    Preparing search index...

    Interface SvcbParam

    One key/value parameter of an SVCB or HTTPS record (RFC 9460).

    interface SvcbParam {
        key: number;
        value: Uint8Array;
    }
    Index
    key: number

    The SvcParamKey (0=mandatory, 1=alpn, 3=port, 4=ipv4hint, 6=ipv6hint, ...).

    value: Uint8Array

    The raw parameter value bytes.