Annotation of embedaddon/curl/docs/EXPERIMENTAL.md, revision 1.1

1.1     ! misho       1: # Experimental
        !             2: 
        !             3: Some features and functionality in curl and libcurl are considered
        !             4: **EXPERIMENTAL**.
        !             5: 
        !             6: Experimental support in curl means:
        !             7: 
        !             8: 1. Experimental features are provided to allow users to try them out and
        !             9:    provide feedback on functionality and API etc before they ship and get
        !            10:    "carved in stone".
        !            11: 2. You must enable the feature when invoking configure as otherwise curl will
        !            12:    not be built with the feature present.
        !            13: 3. We strongly advice against using this feature in production.
        !            14: 4. **We reserve the right to change behavior** of the feature without sticking
        !            15:    to our API/ABI rules as we do for regular features, as long as it is marked
        !            16:    experimental.
        !            17: 5. Experimental features are clearly marked so in documentation. Beware.
        !            18: 
        !            19: ## Experimental features right now
        !            20: 
        !            21:  - HTTP/3 support and options
        !            22:  - alt-svc support and options
        !            23:  - MQTT

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>