You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rojas (JIRA)" <ji...@apache.org> on 2015/09/28 11:31:04 UTC

[jira] [Created] (MESOS-3531) Make HTTP Request and Response use a the Path class instead of a string for the path

Alexander Rojas created MESOS-3531:
--------------------------------------

             Summary: Make HTTP Request and Response use a the Path class instead of a string for the path
                 Key: MESOS-3531
                 URL: https://issues.apache.org/jira/browse/MESOS-3531
             Project: Mesos
          Issue Type: Improvement
          Components: libprocess
    Affects Versions: 0.24.0
            Reporter: Alexander Rojas


Both classes {{libprocess::http::Request}} and {{libprocess::http::Response}} use {{std::string}} to represent the path part of the headers; However {{Path}} is a better options to it.

There's even a TODO in the code to fix this issue.



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