tls-devicer
    Preparing search index...

    Interface TlsIdentifyContext

    interface TlsIdentifyContext {
        headers?: Record<string, string | string[] | undefined>;
        tlsProfile?: TlsProfile;
    }
    Index

    Properties

    headers?: Record<string, string | string[] | undefined>

    Raw request headers (used as fallback for header-order extraction)

    tlsProfile?: TlsProfile

    TLS profile extracted by middleware or manually constructed