You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Charlie Carson (JIRA)" <ji...@apache.org> on 2014/01/14 00:11:54 UTC

[jira] [Created] (MESOS-902) add post to libprocess

Charlie Carson created MESOS-902:
------------------------------------

             Summary: add post to libprocess
                 Key: MESOS-902
                 URL: https://issues.apache.org/jira/browse/MESOS-902
             Project: Mesos
          Issue Type: Sub-task
            Reporter: Charlie Carson
            Assignee: Charlie Carson


libprocess currently has a get mechanism.  we'd like to use post to upload node health to the master.  

the plan is to
1)  add tests to cover the existing get behavior
2) refactor the existing get function to be an internal httpRequest that takes method, body, and query as arguments
3) get becomes a simple wrapper for httpRequest
4) add a post function which is also a simple wrapper for httpRequest



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)