forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
Curl library
World Wide Web Server edited this page Jul 4, 2012
·
28 revisions
[h3]Curl library[/h3]
This library is the attempt to simplify Curl operations in CodeIgniter.
[h3]Features[/h3]
- Handy functions for HTTP GET/POST operations.
- Easy access to request/response headers.
- HTTP 30X redirects support.
- A set of small but useful functions for additional information retrieving (like download speed, total number of downloaded bytes, etc.)
[h3]Usage[/h3]
Please read the posts devoted to Curl library and check for the latest updates on my blog - [url=http://alexpolski.com/category/curl-library/]Curl library for CodeIgniter[/url]
[h3]The future plans[/h3]
- Referer and autoreferer support
- Cookies
- Proxy
- Authorization
- Caching
- File uploading