mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
updated for persistant connections
This commit is contained in:
parent
9ce5827fc1
commit
147a673063
2 changed files with 18 additions and 3 deletions
4
docs/FAQ
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue