Commit Graph

38 Commits

Author SHA1 Message Date
Zach Borboa 5cb1492975 Implement success, error, and complete callbacks 2013-12-28 20:48:32 -08:00
Zach Borboa 344d1d2388 Add support for parallel GET requests 2013-12-28 20:19:33 -08:00
Zach Borboa 51423754bd Add support for parallel GET requests 2013-12-28 12:19:15 -08:00
Zach Borboa 62b6b28e9c Clean up 2013-12-28 10:22:54 -08:00
Zach Borboa 1bd59855d6 Fix missing nested POST data values and add tests 2013-12-28 08:04:15 -08:00
Zach Borboa 92dc6b28a0 Fix #13: Remove pass by reference usage; Add "Array to string conversion" test 2013-12-28 00:00:57 -08:00
Zach Borboa a4a0a6de59 Add POST Content-Type tests 2013-12-27 23:54:05 -08:00
Zach Borboa 584ecf904d Add test for nested arrays in data (#8) 2013-12-19 08:03:26 -08:00
Zach Borboa 684c9d9071 Fix #10: Remove trailing ? from request urls 2013-12-13 22:54:09 -08:00
Zach Borboa 54bb4a943b Add test to ensure request url contains "?" only when explicitly specified in the url 2013-12-13 22:42:54 -08:00
Zach Borboa 76f6b3400a Fix PUT request method data values sending as GET 2013-12-13 22:33:38 -08:00
Zach Borboa 90734b8ac3 Use request header to specify test being run 2013-12-13 22:26:06 -08:00
Zach Borboa a88cd8a404 Fix numeric data values not being correctly encoded 2013-12-12 21:27:07 -08:00
Zach Borboa 5ead0ee6dc Fix #4: Arrays inside the data array loses its indexes 2013-12-11 22:05:54 -08:00
Zach Borboa db0ddc4b36 Add is_array_assoc() and array indexed and associative tests 2013-12-11 21:18:57 -08:00
php-curl-class dc9bb513ec Use http_build_multi_query() to build POST data string containing multiple values for the same key 2013-08-24 13:04:02 -07:00
php-curl-class bc96a04df4 Add ability to POST multidimensional array of data 2013-08-23 17:09:45 -07:00
php-curl-class 2e5f9ceb62 Add additional assertion for error test 2013-08-22 16:59:44 -07:00
php-curl-class 5d4e0d501a Separate curl error and curl error code from http error and http error code 2013-08-22 15:59:47 -07:00
php-curl-class fdcb99c1e9 Add PUT file handle test 2013-08-21 16:17:06 -07:00
php-curl-class ef3f5202c5 Clean up helper functions 2013-08-21 15:21:54 -07:00
php-curl-class 445f3d2e3a Separate PUT tests 2013-08-21 15:17:17 -07:00
php-curl-class eaf8b14e16 Add POST file path upload test 2013-08-21 12:46:30 -07:00
php-curl-class 52ff874771 Move helper class Test to separate include 2013-08-21 12:37:55 -07:00
php-curl-class d52e1744d1 Change server tests to use data parameter 2013-08-21 11:57:44 -07:00
php-curl-class 6e38f1bc71 Separate POST tests 2013-08-21 11:43:03 -07:00
php-curl-class 572c62cb50 Use const base test url 2013-08-21 11:41:28 -07:00
php-curl-class 7ab095ebae Add DELETE test 2013-08-20 17:11:16 -07:00
php-curl-class 7d7c0d69c9 Add PUT tests 2013-08-20 17:03:28 -07:00
php-curl-class b6982ffb46 Send DELETE data was GET variables; Add DELETE test 2013-08-20 16:26:09 -07:00
php-curl-class 94982c6450 Add setHeaders() method and test 2013-08-20 15:29:35 -07:00
php-curl-class 2b0401c520 Add curl extension loaded test 2013-08-19 14:15:10 -07:00
php-curl-class 09a6c3b667 Add curl error test 2013-08-19 12:34:37 -07:00
php-curl-class a486962f8d Add cookie test 2013-08-19 12:08:50 -07:00
php-curl-class 2a5267b861 Add POST with data test 2013-08-19 12:05:20 -07:00
php-curl-class 9f470525a6 Add Referrer test 2013-08-19 11:56:44 -07:00
php-curl-class dc162566f7 Add Http Basic Authentication test 2013-08-19 11:49:20 -07:00
php-curl-class 7b57814973 Add user agent test, GET test, POST test 2013-08-19 11:01:39 -07:00