mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
e7219c2bdc
Use imperative mood consistently for the first sentence describing an option. "Set this" instead "tell curl to set" or "this sets..." Plus some extra cleanups and rephrasing. Closes #13106
736 B
736 B
c | SPDX-License-Identifier | Long | Arg | Protocols | Help | Added | Category | Multi | See-also | Example | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | alt-svc | <filename> | HTTPS | Enable alt-svc with this cache file | 7.64.1 | http | append |
|
|
--alt-svc
Enable the alt-svc parser. If the filename points to an existing alt-svc cache file, that gets used. After a completed transfer, the cache is saved to the filename again if it has been modified.
Specify a "" filename (zero length) to avoid loading/saving and make curl just handle the cache in memory.
If this option is used several times, curl loads contents from all the files but the last one is used for saving.