Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
curl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
What's new
5
Snippets
Groups
Projects
gitlab-org
build
omnibus-mirror
curl
Commits
f23d4927
Unverified
Commit
f23d4927
authored
5 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
docs/EXPERIMENTAL: explain what it means and what's experimental now
parent
640b9733
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/EXPERIMENTAL.md
+22
-0
22 additions, 0 deletions
docs/EXPERIMENTAL.md
docs/Makefile.am
+1
-0
1 addition, 0 deletions
docs/Makefile.am
with
23 additions
and
0 deletions
docs/EXPERIMENTAL.md
0 → 100644
+
22
−
0
View file @
f23d4927
# Experimental
Some features and functionality in curl and libcurl are considered
**EXPERIMENTAL**
.
Experimental support in curl means:
1.
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".
2.
You must enable the feature when invoking configure as otherwise curl will
not be built with the feature present.
3.
We strongly advice against using this feature in production.
4.
**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.
5.
Experimental features are clearly marked so in documentation. Beware.
## Experimental features right now
-
HTTP/3 support and options
-
alt-svc support and options
This diff is collapsed.
Click to expand it.
docs/Makefile.am
+
1
−
0
View file @
f23d4927
...
...
@@ -53,6 +53,7 @@ EXTRA_DIST = \
CODE_STYLE.md
\
CONTRIBUTE.md
\
DEPRECATE.md
\
EXPERIMENTAL.md
\
FAQ
\
FEATURES
\
GOVERNANCE.md
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment