summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-08 09:25:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-08 09:25:09 +0000
commit147a6730639e3560f0fead6d4afec19eedf2f3ae (patch)
tree2aabf7c80f45d20e4fbfa1b053a6b68bcac766d8
parent9ce5827fc1c5198d6ba94a9e88fe06cfb40b0c8e (diff)
downloadgnurl-147a6730639e3560f0fead6d4afec19eedf2f3ae.tar.gz
gnurl-147a6730639e3560f0fead6d4afec19eedf2f3ae.tar.bz2
gnurl-147a6730639e3560f0fead6d4afec19eedf2f3ae.zip
updated for persistant connections
-rw-r--r--docs/FAQ4
-rw-r--r--docs/LIBCURL17
2 files changed, 18 insertions, 3 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 8ee34dd79..1505eaa01 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -31,7 +31,7 @@ FAQ
3.7 Can I use curl to delete/rename a file through FTP?
3.8 How do I tell curl to follow HTTP redirects?
3.9 How do I use curl in PHP?
- 3.10 What about SOAP, WEBDAV, XML-RPC or similar protocols over HTTP?
+ 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP?
4. Running Problems
4.1 Problems connecting to SSL servers.
@@ -292,7 +292,7 @@ FAQ
invoke the curl tool using a command line. This is the way to use curl if
you're using PHP3 or PHP4 built without curl module support.
- 3.10 What about SOAP, WEBDAV, XML-RPC or similar protocols over HTTP?
+ 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP?
Curl adheres to the HTTP spec, which basically means you can play with *any*
protocol that is built ontop of HTTP. Protocols such as SOAP, WEBDAV and
diff --git a/docs/LIBCURL b/docs/LIBCURL
index 3e1610283..d2b85bc78 100644
--- a/docs/LIBCURL
+++ b/docs/LIBCURL
@@ -4,7 +4,10 @@
| | | |_) | (__| |_| | | | |
|_|_|_.__/ \___|\__,_|_| |_|
- How To Use Libcurl In Your Program
+ How To Use Libcurl In Your C/C++ Program
+
+ [ libcurl can be used directly from within your PHP or Perl programs as well,
+ look elsewhere for documentation on this ]
The interface is meant to be very simple for applictions/programmers, hence
the name "easy". We have therefore minimized the number of entries.
@@ -46,6 +49,18 @@ The Easy Interface
For details on these, read the separate man pages.
+Portability
+
+ libcurl works *exactly* the same, on any of the platforms it compiles and
+ builds on.
+
+ There's only one caution, and that is the win32 platform that may(*) require
+ you to init the winsock stuff before you use the libcurl functions. Details
+ on this are noted on the curl_easy_init() man page.
+
+ (*) = it appears users of the cygwin environment gets this done
+ automatically.
+
Persistant Connections
With libcurl 7.7, persistant connections were added. Persistant connections