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
F14318315: D11144.diff
Wed, Dec 18, 8:48 AM
Unknown Object (File)
Fri, Dec 13, 6:12 PM
Unknown Object (File)
Sun, Dec 8, 12:33 PM
Unknown Object (File)
Sun, Dec 8, 11:57 AM
Unknown Object (File)
Mon, Dec 2, 11:08 PM
Unknown Object (File)
Wed, Nov 27, 12:12 PM
Unknown Object (File)
Mon, Nov 25, 10:40 PM
Unknown Object (File)
Sat, Nov 23, 11:25 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.