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)
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
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
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.