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
dd344b65
Commit
dd344b65
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
made clear that the cookie file format understood is Netscape _and_ Mozilla
parent
5c25c7bb
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
+6
-6
6 additions, 6 deletions
docs/curl.1
docs/curl_easy_setopt.3
+4
-3
4 additions, 3 deletions
docs/curl_easy_setopt.3
with
10 additions
and
9 deletions
docs/curl.1
+
6
−
6
View file @
dd344b65
...
...
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
.TH curl 1 "
20 April
2001" "Curl 7.7.
2
" "Curl Manual"
.TH curl 1 "
8 May
2001" "Curl 7.7.
3
" "Curl Manual"
.SH NAME
curl \- get a URL with FTP, TELNET, LDAP, GOPHER, DICT, FILE, HTTP or
HTTPS syntax.
...
...
@@ -72,11 +72,11 @@ The data should be in the format "NAME1=VALUE1; NAME2=VALUE2".
If no '=' letter is used in the line, it is treated as a filename to use to
read previously stored cookie lines from, which should be used in this session
if they match. Using this method also activates the "cookie parser" which
will
make curl record incoming cookies too, which may be handy if you're using
this
in combination with the -L/--location option. The file format of the file
to
read cookies from should be plain HTTP headers or the
n
etscape cookie
file
format.
if they match. Using this method also activates the "cookie parser" which
will
make curl record incoming cookies too, which may be handy if you're using
this
in combination with the -L/--location option. The file format of the file
to
read cookies from should be plain HTTP headers or the
N
etscape
/Mozilla
cookie
file
format.
.B NOTE
that the file specified with -b/--cookie is only used as input. No cookies
...
...
This diff is collapsed.
Click to expand it.
docs/curl_easy_setopt.3
+
4
−
3
View file @
dd344b65
...
...
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" Written by daniel@haxx.se
.\"
.TH curl_easy_setopt 3 "
10 April
2001" "libcurl 7.7.
2
" "libcurl Manual"
.TH curl_easy_setopt 3 "
8 May
2001" "libcurl 7.7.
3
" "libcurl Manual"
.SH NAME
curl_easy_setopt - Set curl easy-session options
.SH SYNOPSIS
...
...
@@ -336,8 +336,9 @@ return code). (Added in libcurl 7.7.2)
.TP
.B CURLOPT_COOKIEFILE
Pass a pointer to a zero terminated string as parameter. It should contain the
name of your file holding cookie data. The cookie data may be in netscape
cookie data format or just regular HTTP-style headers dumped to a file.
name of your file holding cookie data. The cookie data may be in Netscape /
Mozilla cookie data format or just regular HTTP-style headers dumped to a
file.
.TP
.B CURLOPT_SSLVERSION
Pass a long as parameter. Set what version of SSL to attempt to use, 2 or
...
...
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