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)
Wed, Mar 20, 1:43 AM
Unknown Object (File)
Tue, Mar 19, 9:08 PM
Unknown Object (File)
Fri, Mar 15, 4:30 PM
Unknown Object (File)
Mon, Mar 4, 4:41 PM
Unknown Object (File)
Feb 23 2024, 12:30 AM
Unknown Object (File)
Jan 27 2024, 5:59 PM
Unknown Object (File)
Jan 20 2024, 4:32 PM
Unknown Object (File)
Jan 16 2024, 5:11 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.