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
F14006517: D11144.id26756.diff
Mon, Oct 28, 11:40 AM
F14006248: D11144.id26756.diff
Mon, Oct 28, 4:04 AM
F14000595: D11144.id26756.diff
Thu, Oct 24, 11:10 PM
F13984656: D11144.diff
Sun, Oct 20, 3:01 PM
F13975447: D11144.id.diff
Oct 18 2024, 10:09 AM
Unknown Object (File)
Oct 6 2024, 11:14 PM
Unknown Object (File)
Oct 1 2024, 6:57 PM
Unknown Object (File)
Sep 4 2024, 7:19 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
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.