diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-13 08:16:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-13 08:16:25 +0000 |
commit | 20ddd35669a6d2b06e0e188b948124ef7d4fc357 (patch) | |
tree | 7ad61b7f31c5692af24c34a42b2fc9b59ff3ef8a /docs/FEATURES | |
parent | 063f88cd1498833f32313208b1e43b030b067e1f (diff) | |
download | curl-20ddd35669a6d2b06e0e188b948124ef7d4fc357.tar.gz |
we speak HTTP 1.1 now
more braging about the portability
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 46d4328b1..5fcf9dfea 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -17,13 +17,14 @@ Misc - progress bar/time specs while downloading - "standard" proxy environment variables support - config file support - - compiles on win32 + - compiles on win32 (reported built on 29 operating systems) - redirectable stderr - use selected network interface for outgoing traffic - IPv6 support - persistant connections HTTP + - HTTP/1.1 compliant - GET - PUT - HEAD |