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
F18083855: D11144.diff
Tue, Aug 5, 11:49 AM
F17703400: D11144.id26756.diff
Wed, Jul 16, 1:30 AM
Unknown Object (File)
Jul 4 2025, 11:56 AM
Unknown Object (File)
Jun 16 2025, 2:42 PM
Unknown Object (File)
Jun 16 2025, 11:28 AM
Unknown Object (File)
May 21 2025, 3:28 AM
Unknown Object (File)
May 6 2025, 7:14 PM
Unknown Object (File)
Apr 28 2025, 3:28 PM
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
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3480
Build 3487: [Placeholder Plan] Wait for 30 Seconds

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.