-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28253/
-----------------------------------------------------------

(Updated Nov. 20, 2014, 12:50 a.m.)


Review request for mesos.


Changes
-------

Updated description per BenM's request.


Bugs: MESOS-2132
    https://issues.apache.org/jira/browse/MESOS-2132


Repository: mesos-git


Description (updated)
-------

This is needed to turn Request objects into http request which we send across 
the wire. The existing HTTP request sending code expects the query string to be 
already constructed.

Ideally people can either just forward the query string they get to send it 
back across the wire or they can manipulate it using the native C++ datatype (A 
hashmap), and then have it automatically re-encoded.

The parsing logic to go from a string to a map is already exists in this 
header, this just adds the other direction.


Diffs
-----

  3rdparty/libprocess/include/process/http.hpp 
9cf05acbb724ab9af8010d1788621d37a0e48e86 
  3rdparty/libprocess/src/http.cpp b00f33339366f5c06b6f20e38c5ae0c23b8a9358 
  3rdparty/libprocess/src/tests/http_tests.cpp 
a90e65f77904da0a45e1cc0cc9889ae69354a1a5 

Diff: https://reviews.apache.org/r/28253/diff/


Testing
-------

make distcheck ubuntu 14.04


Thanks,

Cody Maloney

Reply via email to