3790 Commits

Author SHA1 Message Date
Lonnie Ezell
94d5ab1596 CURLRequest now handles query option. 2015-11-22 21:28:59 -06:00
Lonnie Ezell
ac46ed84d7 Added the json option to the CURLRequest 2015-11-20 23:52:24 -06:00
Lonnie Ezell
efe584e2fb Added the http_errors option to CURLRequest 2015-11-20 23:39:51 -06:00
Lonnie Ezell
5c5b60a2f4 Added form_params option to CURLRequest. 2015-11-20 23:31:10 -06:00
Lonnie Ezell
8ba805550e Add delay option to CURLRequest 2015-11-20 23:06:54 -06:00
Lonnie Ezell
2da75b5654 Don't refuse HTTP/2 connections. 2015-11-20 22:50:26 -06:00
Lonnie Ezell
869fb76dbc Added the allow_redirects option to CURLRequest. 2015-11-19 23:55:52 -06:00
Lonnie Ezell
1bb77d51ba BAsic CURLRequest Tests in place. 2015-11-18 23:29:50 -06:00
Lonnie Ezell
fd484ffa16 Basic testing class in place. 2015-11-18 22:28:56 -06:00
Lonnie Ezell
181a65d334 Refactoring the actual sending of the request out of send method for testability without sending anything. 2015-11-18 22:11:44 -06:00
Lonnie Ezell
fbda1d5b30 Missed a couple places during refactoring. 2015-11-18 22:06:49 -06:00
Lonnie Ezell
dfb719b1e1 Refactor CURLRequest calss to allow for easier testing. 2015-11-18 22:01:19 -06:00
Lonnie Ezell
ba2ab15f02 Adding some options and standard abilities to CURLRequest. More to come... 2015-11-16 00:15:23 -06:00
Lonnie Ezell
efda966e14 Starting the CURLRequest docs. 2015-11-13 23:46:10 -06:00
Lonnie Ezell
05d536cc75 Getting a start on making the CURLRequest class functional. 2015-11-13 22:01:49 -06:00
Lonnie Ezell
5fa6238e2e Get merging relative URL into a base URI working in the URI class. 2015-11-13 14:25:35 -06:00
Lonnie Ezell
a40317fb9c Tweak URI to be able to set Authority also. 2015-11-13 00:13:45 -06:00
Lonnie Ezell
28f04c4b34 Helps to actually specify that we're implementing an interface. 2015-11-12 22:51:40 -06:00
Lonnie Ezell
f3eb3b1d97 Small refactoring of constructors throughout the HTTP classes. 2015-11-12 22:48:34 -06:00
Lonnie Ezell
1495fac9ad Tweaking docs to show parent class methods. 2015-11-12 22:03:33 -06:00
Lonnie Ezell
eefaa3a98d Last docs for Response 2015-11-12 21:44:47 -06:00
Lonnie Ezell
874e6a6ce9 Initial response docs. 2015-11-12 15:04:32 -06:00
Lonnie Ezell
0387f26b46 Small doc tweak. 2015-11-12 13:51:42 -06:00
Lonnie Ezell
5de286a741 Adding rest of HTTP/Message library docs. 2015-11-12 13:43:58 -06:00
Lonnie Ezell
b43aefa2e7 docs updates 2015-11-10 22:20:35 -06:00
Lonnie Ezell
9f05bc2b4d Docs for the new services methodology. 2015-11-10 21:59:17 -06:00
Lonnie Ezell
bc8c0654f4 Forgot to make the logger property static. 2015-11-10 21:40:28 -06:00
Lonnie Ezell
b6ffa8755f Removing DI docs. Still need to remove references to it throughout other locations. 2015-11-10 15:00:30 -06:00
Lonnie Ezell
efb0b258b8 Only allow a single instance of the logger class. 2015-11-10 14:38:08 -06:00
Lonnie Ezell
f4488658e5 Removing DI from our bootstrap. 2015-11-10 14:27:31 -06:00
Lonnie Ezell
405053d48d Removing traces of our dead DI container. 2015-11-10 14:23:08 -06:00
Lonnie Ezell
976c215b95 Refactoring to NOT use the DI container and use a very simple factory class in its place. 2015-11-10 14:16:26 -06:00
Lonnie Ezell
e189628125 More docs on Message class. 2015-11-09 23:45:49 -06:00
Lonnie Ezell
6e95098bcd Tweaks to docs to make parameters actually show up correctly. 2015-11-09 23:14:43 -06:00
Lonnie Ezell
ec8254cd9b Request class docs. 2015-11-08 23:42:45 -06:00
Lonnie Ezell
159ae43529 Fixing some links in docs. 2015-11-08 23:22:04 -06:00
Lonnie Ezell
56ee8b18f5 Restrain docs width for better readability. Especially on larger monitors. 2015-11-08 23:15:41 -06:00
Lonnie Ezell
2d84f6871f More IncomingRequest docs work. 2015-11-08 23:11:11 -06:00
Lonnie Ezell
ea969510f7 Links should always stay primary color. No visited colors in docs. Also - reformat for ease of use... 2015-11-08 23:10:33 -06:00
Lonnie Ezell
4c0fa8a6c9 Merge branch 'develop' of https://github.com/lonnieezell/CodeIgniter4 into develop 2015-11-08 22:52:40 -06:00
Lonnie Ezell
8eea37631d Small tweak to request class for when passing arrays. 2015-11-08 22:24:55 -06:00
Mat Whitney
23ec9e0c25 Fixed CURLRequest exception message
- Fixed exception message per comment from @ivantcholakov
- Added spaces around '=' when defining default values for parameters
2015-11-06 07:52:08 -08:00
Lonnie Ezell
a88b048192 More docs work. 2015-11-05 23:30:26 -06:00
Lonnie Ezell
8c5f05ff4d Fixing naming of is_secure method to match standards. 2015-11-05 22:29:04 -06:00
Lonnie Ezell
2e27415ad7 More docs for HTTP layer. 2015-11-05 22:28:37 -06:00
Lonnie Ezell
a6a3ca4142 Starting on Request / Response docs. 2015-11-05 00:44:51 -06:00
Lonnie Ezell
237112a150 Renaming OutgoingRequest to CURLRequest to better describe what it will do. 2015-11-04 23:17:06 -06:00
Lonnie Ezell
058820e55d More docs work. 2015-11-04 22:55:54 -06:00
Lonnie Ezell
6ad2c9a6e3 Converting the rest of the existing md user guide files to rst. 2015-11-03 22:32:22 -06:00
Lonnie Ezell
bca4c7ecf5 Tweaking some doc files. 2015-11-02 23:35:13 -06:00