cakephp2-php8/lib/Cake/Test/Case/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
..
BasicAuthenticationTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
DigestAuthenticationTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
HttpResponseTest.php cs 2014-04-02 02:23:43 +02:00
HttpSocketTest.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