Page MenuHomePhabricator

Use the correct `Content-Type` for the Aphlict status route
ClosedPublic

Authored by joshuaspence on Jan 2 2015, 1:09 PM.
Tags
None
Referenced Files
F19912749: D11144.id26756.diff
Thu, Apr 2, 9:40 PM
F19869047: D11144.diff
Sun, Mar 15, 5:05 AM
F19824802: D11144.diff
Mar 8 2026, 4:07 AM
F19642251: D11144.diff
Feb 5 2026, 8:06 PM
F19529478: D11144.id26794.diff
Jan 19 2026, 4:48 PM
F19528672: D11144.diff
Jan 19 2026, 10:56 AM
F19309926: D11144.id.diff
Dec 24 2025, 9:44 PM
F19153105: D11144.id26794.diff
Dec 11 2025, 7:34 AM
Subscribers

Details

Summary

The /status/ route for the Aphlict server returns JSON.

Test Plan
> curl -I http://127.0.0.1:22281/status/
HTTP/1.1 200 OK
Content-Type: application/json
Date: Fri, 02 Jan 2015 13:08:34 GMT
Connection: keep-alive

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Use the correct `Content-Type` for the Aphlict status route.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jan 2 2015, 4:44 PM
This revision was automatically updated to reflect the committed changes.