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
Unknown Object (File)
Sun, Apr 14, 3:42 AM
Unknown Object (File)
Tue, Apr 2, 6:41 PM
Unknown Object (File)
Sun, Mar 31, 8:41 PM
Unknown Object (File)
Wed, Mar 20, 1:43 AM
Unknown Object (File)
Tue, Mar 19, 9:08 PM
Unknown Object (File)
Mar 15 2024, 4:30 PM
Unknown Object (File)
Mar 4 2024, 4:41 PM
Unknown Object (File)
Feb 23 2024, 12:30 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
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.