Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
b5cafc0b
Commit
b5cafc0b
authored
20 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
added info about my current idea about option separation between URLs on
the command line
parent
c50ced6c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/TODO
+5
-5
5 additions, 5 deletions
docs/TODO
with
5 additions
and
5 deletions
docs/TODO
+
5
−
5
View file @
b5cafc0b
...
...
@@ -175,14 +175,14 @@ TODO
http://curl.haxx.se/mail/archive-2003-11/0091.html (Kevin Roth suggested)
* Provide a way to make options bound to a specific URL among several on the
command line. Possibly by
adding a new option that
separate
s
options
between URLs,
similar to this:
command line. Possibly by
letting ':'
separate options
between URLs,
similar to this:
curl --data foo --url url.com
--optionseparator
--url url2.com
--optionseparator
\
curl --data foo --url url.com
:
--url url2.com
:
\
--url url3.com --data foo3
(
--optionseparator used to show my point, it would need a better name
)
(
More details: http://curl.haxx.se/mail/archive-2004-07/0133.html
)
The example would do a POST-GET-POST combination on a single command line.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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