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
26f6365e
Commit
26f6365e
authored
21 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
adjusted to recent changes
parent
3a552b1e
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/FEATURES
+13
-9
13 additions, 9 deletions
docs/FEATURES
with
13 additions
and
9 deletions
docs/FEATURES
+
13
−
9
View file @
26f6365e
...
...
@@ -17,28 +17,30 @@ Misc
- progress bar/time specs while downloading
- "standard" proxy environment variables support
- config file support
- compiles on win32 (reported buil
t
on 40+ operating systems)
- compiles on win32 (reported buil
ds
on 40+ operating systems)
- redirectable stderr
-
use
selecte
d
network interface for outgoing traffic
- select
abl
e network interface for outgoing traffic
- IPv6 support
- persistant connections
- socks5 support
- supports user name + password in proxy environment variables
- operations through proxy "tunnel" (using CONNECT)
HTTP
- HTTP/1.1 compliant
- HTTP/1.1 compliant
(optionally uses 1.0)
- GET
- PUT
- HEAD
- POST
- multipart
POST
- authentication (Basic
and
Digest)
- multipart
formpost (RFC1867-style)
- authentication (Basic
,
Digest
, NTLM(*1), GSS-Negotiate(*3)
)
- resume (both GET and PUT)
- follow redirects
- maximum amount of redirects to follow
- custom HTTP request
- cookie get/send fully parsed
- reads/writes the netscape cookie file format
- custom headers (
that can
replace/remove internally generated headers)
- custom headers (replace/remove internally generated headers)
- custom user-agent string
- custom referer string
- range
...
...
@@ -47,7 +49,7 @@ HTTP
- via http-proxy
- retrieve file modification date
- Content-Encoding support for deflate and gzip
- Transfer-Encoding: chunked support for "uploads"
-
"
Transfer-Encoding: chunked
"
support for "uploads"
HTTPS (*1)
- (all the HTTP features)
...
...
@@ -55,6 +57,7 @@ HTTPS (*1)
- verify server certificate
- via http-proxy
- select desired encryption
- force usage of a specific SSL version (SSLv2, SSLv3 or TLSv1)
FTP
- download
...
...
@@ -94,5 +97,6 @@ GOPHER
FILE
- URL support
*1 = requires OpenSSL
*2 = requires OpenLDAP
*1 = requires OpenSSL
*2 = requires OpenLDAP
*3 = requires a GSSAPI-compliant library, such as Heimdal or similar.
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