Interface CurlHstsCacheCount

interface CurlHstsCacheCount {
    count: number;
    index: number;
}

Properties

Properties

count: number

The total count of cache entries.

index: number

The index for the current cache entry.