diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-20 17:35:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-20 17:35:51 +0000 |
commit | a1d6ad26100bc493c7b04f1301b1634b7f5aa8b4 (patch) | |
tree | a65ec14897e79381082a0b32b4c0bd8809a308b7 /docs/FEATURES | |
parent | 5f3d63ed5b17ce1803b5e2b61b53d27ec732f302 (diff) | |
download | curl-a1d6ad26100bc493c7b04f1301b1634b7f5aa8b4.tar.gz |
multiple connection support initial commit
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index a77542c24..e64ccbb71 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -20,6 +20,7 @@ Misc - compiles on win32 - redirectable stderr - use selected network interface for outgoing traffic + - IPv6 support HTTP - GET @@ -28,7 +29,7 @@ HTTP - POST - multipart POST - authentication - - resume + - resume (both GET and PUT) - follow redirects - maximum amount of redirects to follow - custom HTTP request |