Lines Matching +full:file +full:- +full:entry +full:- +full:cache
1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 HTTP Strict-Transport-Security. Added as experimental in curl
18 libcurl features an in-memory cache for HSTS hosts, so that subsequent
19 HTTP-only requests to a hostname present in the cache gets internally
24 - `CURLOPT_HSTS_CTRL` - enable HSTS for this easy handle
25 - `CURLOPT_HSTS` - specify filename where to store the HSTS cache on close
30 - `--hsts [filename]` - enable HSTS, use the file as HSTS cache. If filename
31 is `""` (no length) then no file is used, only in-memory cache.
33 ## HSTS cache file format
37 For each hsts entry:
41 The `[host name]` is dot-prefixed if it includes subdomains.
43 The time stamp is when the entry expires.
47 - `CURLOPT_HSTS_PRELOAD` - provide a set of HSTS hostnames to load first
48 - ability to save to something else than a file