cakephp2-php8/lib/Cake/Network/Http
Melvin Ross 86923e3593 Modify CakeSocket and HttpSocket so that the "protocol" parameter can be used to specify which protocol to use for creating sockets. These are protcols in the php "[a-z]://" wrapper sense. I also modified the test for these two files respectively to accomodate these new changes.
Unrelated to this bug, I added a "head" function inside of HttpSocket to go along with the GET/POST/PUT/DELETE/PATCH combination that's already present. Came in handy for me for deciding if I wanted to hit a resource with HttpSocket or not.
2014-06-11 19:04:58 -05:00
..
BasicAuthentication.php More API docblock fixes. 2014-06-01 03:06:05 +05:30
DigestAuthentication.php More API docblock fixes. 2014-06-01 03:06:05 +05:30
HttpResponse.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
HttpSocket.php Modify CakeSocket and HttpSocket so that the "protocol" parameter can be used to specify which protocol to use for creating sockets. These are protcols in the php "[a-z]://" wrapper sense. I also modified the test for these two files respectively to accomodate these new changes. 2014-06-11 19:04:58 -05:00
HttpSocketResponse.php More API docblock fixes. 2014-06-01 03:06:05 +05:30