wellrested/src/pjdietz/WellRESTed
PJ Dietz 512897effd Prefer apache_request_headers when reading request headers.
Apache does not pass the Authorization header through to PHP as
$_SERVER["HTTP_AUTHORIZATION"], so reading from $_SERVER is not viable
with Apache.
2014-07-28 12:43:29 -04:00
..
Exceptions Move HttpExceptions to their own namespace 2014-07-14 01:01:41 -04:00
Interfaces Code style 2014-07-27 16:52:59 -04:00
Routes Code style 2014-07-27 16:52:59 -04:00
Client.php Code style 2014-07-27 16:52:59 -04:00
Handler.php Code style 2014-07-27 16:52:59 -04:00
Message.php Add Client class 2014-07-24 20:41:32 -04:00
Request.php Prefer apache_request_headers when reading request headers. 2014-07-28 12:43:29 -04:00
Response.php Code style 2014-07-27 16:52:59 -04:00
RouteBuilder.php Fix Request for PHP 5.3.0 compatibility 2014-07-28 10:08:27 -04:00
Router.php Code style 2014-07-27 16:52:59 -04:00