diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-08 09:25:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-08 09:25:09 +0000 |
commit | 147a6730639e3560f0fead6d4afec19eedf2f3ae (patch) | |
tree | 2aabf7c80f45d20e4fbfa1b053a6b68bcac766d8 /docs/FAQ | |
parent | 9ce5827fc1c5198d6ba94a9e88fe06cfb40b0c8e (diff) |
updated for persistant connections
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |