1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-25 23:10:57 +01:00
phorge-phorge/src/aphront
Joshua Spence b2c23d88e8 Implement HTTP response messages
Summary: Fixes T7486. Implement HTTP response messages such as `200 OK` and `404 Not Found`. The status codes were taken from http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html.

Test Plan: Navigated to `/foo` and saw the response showing `404 Not Found` in the Network tab of Chrome.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7486

Differential Revision: https://secure.phabricator.com/D12299
2015-04-07 07:41:32 +10:00
..
__tests__ Fix an issue where PHP puts the content type in CONTENT_TYPE instead of HTTP_CONTENT_TYPE 2013-11-11 12:17:34 -08:00
configuration Move PHUIErrorView to PHUIInfoView 2015-03-01 14:45:56 -08:00
exception Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
response Implement HTTP response messages 2015-04-07 07:41:32 +10:00
sink Don't call flush() when emitting responses 2015-03-23 09:09:45 -07:00
AphrontController.php Decouple some aspects of request routing and construction 2014-10-17 05:01:40 -07:00
AphrontRequest.php Don't treat Quicksand requests as isWorkflow() or isAjax() 2015-03-28 15:45:52 -07:00
AphrontURIMapper.php Remove @group annotations 2014-07-10 08:12:48 +10:00