You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2015/08/13 21:15:47 UTC

[jira] [Commented] (MESOS-3256) Consistent naming of http request methods.

    [ https://issues.apache.org/jira/browse/MESOS-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695791#comment-14695791 ] 

Benjamin Mahler commented on MESOS-3256:
----------------------------------------

Also consider just taking a Request object per the TODO:
https://github.com/apache/mesos/blob/0.23.0/3rdparty/libprocess/include/process/http.hpp#L649

> Consistent naming of http request methods.
> ------------------------------------------
>
>                 Key: MESOS-3256
>                 URL: https://issues.apache.org/jira/browse/MESOS-3256
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Joerg Schad
>
> Currently the http requests in libprocess/http.hpp are named post(), put(), and get(). This naming scheme did not for the addition of delete with Mesos-3152 as delete is a C++ keyword and hence that call was named deleteRequest.
> We should come up with a consistent naming scheme which is easily understandable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)