cakephp2-php8/lib/Cake/Network
James Watts 2ce2a2aaa9 Updated the handling of response status codes
Improved API integrity by blocking the ability to set invalid status codes according to the HTTP spec. This includes any non-numeric codes, or any code that is greater or less than 3 digits in length (100-999 being the accepted range).
2013-08-10 13:30:02 +02:00
..
Email Merge pull request #1385 from LeaseWeb/2.4 2013-07-10 10:12:07 -07:00
Http Merge pull request #1326 from fahad19/http-patch 2013-06-04 20:54:45 -07:00
CakeRequest.php Renaming base url config keys and methods for better uniformity. 2013-08-01 00:44:36 +05:30
CakeResponse.php Updated the handling of response status codes 2013-08-10 13:30:02 +02:00
CakeSocket.php correct return types in doc blocks 2013-07-05 17:19:22 +02:00