We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6272063 commit f88e66eCopy full SHA for f88e66e
README.markdown
@@ -1,18 +1,18 @@
1
CodeIgniter-cURL
2
-===================
+================
3
4
CodeIgniter-cURL is a CodeIgniter library which makes it easy to do simple cURL requests
5
and makes more complicated cURL requests easier too.
6
7
Usage
8
-----
9
10
-echo $this->curl->simple_get('http://example.com');
11
-echo $this->curl->simple_post('curl_test/message', array('message'=>'Sup buddy'));
+ echo $this->curl->simple_get('http://example.com/');
+ echo $this->curl->simple_post('curl_test/message', array('message'=>'Sup buddy'));
12
13
For more up to date usage and in-depth examples check the CodeIgniter wiki page:
14
15
- http://codeigniter.com/wiki/Curl_library/
+http://codeigniter.com/wiki/Curl_library/
16
17
Extra
18
0 commit comments