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
d8dcd5e4
Commit
d8dcd5e4
authored
19 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
added docs about the new proxy string support
parent
c51b46c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/curl.1
+10
-6
10 additions, 6 deletions
docs/curl.1
docs/libcurl/curl_easy_setopt.3
+5
-1
5 additions, 1 deletion
docs/libcurl/curl_easy_setopt.3
with
15 additions
and
7 deletions
docs/curl.1
+
10
−
6
View file @
d8dcd5e4
...
...
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl 1 "2
8 Apr
2005" "Curl 7.14.
0
" "Curl Manual"
.TH curl 1 "2
4 Jun
2005" "Curl 7.14.
1
" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
...
...
@@ -958,11 +958,11 @@ SSPI is supported. If you use NTLM and set a blank user name, curl will
authenticate with your current user and password.
.RE
.IP "-w/--write-out <format>"
Defines what to display after a completed and successful
operation. The format
is a string that may contain plain text mixed with any
number of variables. The
string can be specified as "string", to get read from
a particular file you
specify it "@filename" and to tell curl to read the
format from stdin you
write "@-".
Defines what to display
on stdout
after a completed and successful
operation. The format
is a string that may contain plain text mixed with any
number of variables. The
string can be specified as "string", to get read from
a particular file you
specify it "@filename" and to tell curl to read the
format from stdin you
write "@-".
The variables present in the output format will be substituted by the value or
text that curl thinks fit, as described below. All variables are specified
...
...
@@ -1058,6 +1058,10 @@ transparently be converted to HTTP. It means that certain protocol specific
operations might not be available. This is not the case if you can tunnel
through the proxy, as done with the \fI-p/--proxytunnel\fP option.
Starting with 7.14.1, the proxy host can be specified the exact same way as
the proxy environment variables, include protocol prefix (http://) and
embedded user + password.
If this option is used several times, the last one will be used.
.IP "-X/--request <command>"
(HTTP)
...
...
This diff is collapsed.
Click to expand it.
docs/libcurl/curl_easy_setopt.3
+
5
−
1
View file @
d8dcd5e4
...
...
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
.TH curl_easy_setopt 3 "
12 May
2005" "libcurl 7.14.
0
" "libcurl Manual"
.TH curl_easy_setopt 3 "
24 Jun
2005" "libcurl 7.14.
1
" "libcurl Manual"
.SH NAME
curl_easy_setopt - set options for a curl easy handle
.SH SYNOPSIS
...
...
@@ -283,6 +283,10 @@ unless you tunnel through the HTTP proxy. Such tunneling is activated with
\fBNOTE2:\fP libcurl respects the environment variables \fBhttp_proxy\fP,
\fBftp_proxy\fP, \fBall_proxy\fP etc, if any of those is set.
Starting with 7.14.1, the proxy host string can be specified the exact same
way as the proxy environment variables, include protocol prefix (http://) and
embedded user + password.
.IP CURLOPT_PROXYPORT
Pass a long with this option to set the proxy port to connect to unless it is
specified in the proxy string \fICURLOPT_PROXY\fP.
...
...
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