mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
7385610d0c
- enable in the build (configure) - header parsing - host name lookup - unit tests for the above - CI build - CURL_VERSION_HSTS bit - curl_version_info support - curl -V output - curl-config --features - CURLOPT_HSTS_CTRL - man page for CURLOPT_HSTS_CTRL - curl --hsts (sets CURLOPT_HSTS_CTRL and works with --libcurl) - man page for --hsts - save cache to disk - load cache from disk - CURLOPT_HSTS - man page for CURLOPT_HSTS - added docs/HSTS.md - fixed --version docs - adjusted curl_easy_duphandle Closes #5896
916 B
916 B
Experimental
Some features and functionality in curl and libcurl are considered EXPERIMENTAL.
Experimental support in curl means:
- Experimental features are provided to allow users to try them out and provide feedback on functionality and API etc before they ship and get "carved in stone".
- You must enable the feature when invoking configure as otherwise curl will not be built with the feature present.
- We strongly advice against using this feature in production.
- We reserve the right to change behavior of the feature without sticking to our API/ABI rules as we do for regular features, as long as it is marked experimental.
- Experimental features are clearly marked so in documentation. Beware.
Experimental features right now
- HTTP/3 support and options
- CURLSSLOPT_NATIVE_CA (No configure option, feature built in when supported)
- HSTS support and options