Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CurlHstsCacheEntry

Hierarchy

  • CurlHstsCacheEntry

Index

Properties

Optional expire

expire: string | null

The expiration date for the cache entry as a string in the following format:

'YYYYMMDD HH:MM:SS'

If not set or if null, it will default to a date far away in the future (currently 99991231 23:59:59).

host

host: string

The host name.

Example: google.com

Optional includeSubDomains

includeSubDomains: undefined | false | true

If subdomains must be included. If not set, defaults to false.

Generated using TypeDoc