You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2017/07/28 16:06:39 UTC

[50/51] [partial] mesos-site git commit: Updated the website built from mesos SHA: d724747.

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/ba48e30e/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2filter_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2filter_8hpp_source.html b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2filter_8hpp_source.html
index f8182ba..c476e09 100644
--- a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2filter_8hpp_source.html
+++ b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2filter_8hpp_source.html
@@ -78,28 +78,68 @@
 <div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="classprocess_1_1Filter.html#a6d55030f6e192c35bdc354a799a1d34e">   24</a></span>&#160;  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classprocess_1_1Filter.html#a6d55030f6e192c35bdc354a799a1d34e">filter</a>(<span class="keyword">const</span> <a class="code" href="structprocess_1_1DispatchEvent.html">DispatchEvent</a>&amp;) { <span class="keywordflow">return</span> <span class="keyword">false</span>; }</div>
 <div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classprocess_1_1Filter.html#af5ffca93749dd368a7089d9082d386d7">   25</a></span>&#160;  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classprocess_1_1Filter.html#af5ffca93749dd368a7089d9082d386d7">filter</a>(<span class="keyword">const</span> <a class="code" href="structprocess_1_1HttpEvent.html">HttpEvent</a>&amp;) { <span class="keywordflow">return</span> <span class="keyword">false</span>; }</div>
 <div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="classprocess_1_1Filter.html#ad4d4913663d15fde5885253344c6ea9a">   26</a></span>&#160;  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classprocess_1_1Filter.html#ad4d4913663d15fde5885253344c6ea9a">filter</a>(<span class="keyword">const</span> <a class="code" href="structprocess_1_1ExitedEvent.html">ExitedEvent</a>&amp;) { <span class="keywordflow">return</span> <span class="keyword">false</span>; }</div>
-<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;};</div>
-<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
-<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;</div>
-<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">// Use the specified filter on messages that get enqueued (note,</span></div>
-<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">// however, that you cannot filter timeout messages).</span></div>
-<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keywordtype">void</span> <a class="code" href="namespaceprocess.html#a3054d5443603436a6315f210a412cbbc">filter</a>(Filter* <a class="code" href="namespaceprocess.html#a3054d5443603436a6315f210a412cbbc">filter</a>);</div>
-<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div>
-<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;} <span class="comment">// namespace process {</span></div>
+<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div>
+<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="classprocess_1_1Filter.html#a07aeb097828837ae84197403a72d383c">   28</a></span>&#160;  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classprocess_1_1Filter.html#a07aeb097828837ae84197403a72d383c">filter</a>(<a class="code" href="structprocess_1_1Event.html">Event</a>* event)</div>
+<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;  {</div>
+<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;    <span class="keywordtype">bool</span> result = <span class="keyword">false</span>;</div>
+<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;    <span class="keyword">struct </span>FilterVisitor : <a class="code" href="structprocess_1_1EventVisitor.html">EventVisitor</a></div>
+<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;    {</div>
+<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;      <span class="keyword">explicit</span> FilterVisitor(<a class="code" href="classprocess_1_1Filter.html">Filter</a>* _filter, <span class="keywordtype">bool</span>* _result)</div>
+<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;        : <a class="code" href="classprocess_1_1Filter.html#a161f1f8af3d9e20304d8efac6f82769e">filter</a>(_filter), result(_result) {}</div>
 <div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div>
-<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#endif // __PROCESS_FILTER_HPP__</span></div>
+<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;      <span class="keyword">virtual</span> <span class="keywordtype">void</span> visit(<span class="keyword">const</span> <a class="code" href="structprocess_1_1MessageEvent.html">MessageEvent</a>&amp; event)</div>
+<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;      {</div>
+<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;        *result = <a class="code" href="classprocess_1_1Filter.html#a161f1f8af3d9e20304d8efac6f82769e">filter</a>-&gt;filter(event);</div>
+<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;      }</div>
+<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
+<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;      <span class="keyword">virtual</span> <span class="keywordtype">void</span> visit(<span class="keyword">const</span> <a class="code" href="structprocess_1_1DispatchEvent.html">DispatchEvent</a>&amp; event)</div>
+<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;      {</div>
+<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;        *result = <a class="code" href="classprocess_1_1Filter.html#a161f1f8af3d9e20304d8efac6f82769e">filter</a>-&gt;filter(event);</div>
+<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;      }</div>
+<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;</div>
+<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;      <span class="keyword">virtual</span> <span class="keywordtype">void</span> visit(<span class="keyword">const</span> <a class="code" href="structprocess_1_1HttpEvent.html">HttpEvent</a>&amp; event)</div>
+<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;      {</div>
+<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;        *result = <a class="code" href="classprocess_1_1Filter.html#a161f1f8af3d9e20304d8efac6f82769e">filter</a>-&gt;filter(event);</div>
+<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;      }</div>
+<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;</div>
+<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;      <span class="keyword">virtual</span> <span class="keywordtype">void</span> visit(<span class="keyword">const</span> <a class="code" href="structprocess_1_1ExitedEvent.html">ExitedEvent</a>&amp; event)</div>
+<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;      {</div>
+<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;        *result = <a class="code" href="classprocess_1_1Filter.html#a161f1f8af3d9e20304d8efac6f82769e">filter</a>-&gt;filter(event);</div>
+<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;      }</div>
+<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div>
+<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;      <a class="code" href="classprocess_1_1Filter.html">Filter</a>* <a class="code" href="classprocess_1_1Filter.html#a161f1f8af3d9e20304d8efac6f82769e">filter</a>;</div>
+<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;      <span class="keywordtype">bool</span>* result;</div>
+<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;    } visitor(<span class="keyword">this</span>, &amp;result);</div>
+<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div>
+<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;    <span class="keyword">event</span>-&gt;visit(&amp;visitor);</div>
+<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div>
+<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;    <span class="keywordflow">return</span> result;</div>
+<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  }</div>
+<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;};</div>
+<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div>
+<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="comment">// Use the specified filter on messages that get enqueued (note,</span></div>
+<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="comment">// however, that you cannot filter timeout messages).</span></div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="keywordtype">void</span> <a class="code" href="namespaceprocess.html#a3054d5443603436a6315f210a412cbbc">filter</a>(Filter* <a class="code" href="namespaceprocess.html#a3054d5443603436a6315f210a412cbbc">filter</a>);</div>
+<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div>
+<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;} <span class="comment">// namespace process {</span></div>
+<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div>
+<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="preprocessor">#endif // __PROCESS_FILTER_HPP__</span></div>
 <div class="ttc" id="classprocess_1_1Filter_html"><div class="ttname"><a href="classprocess_1_1Filter.html">process::Filter</a></div><div class="ttdef"><b>Definition:</b> filter.hpp:20</div></div>
-<div class="ttc" id="structprocess_1_1HttpEvent_html"><div class="ttname"><a href="structprocess_1_1HttpEvent.html">process::HttpEvent</a></div><div class="ttdef"><b>Definition:</b> event.hpp:116</div></div>
-<div class="ttc" id="structprocess_1_1DispatchEvent_html"><div class="ttname"><a href="structprocess_1_1DispatchEvent.html">process::DispatchEvent</a></div><div class="ttdef"><b>Definition:</b> event.hpp:148</div></div>
-<div class="ttc" id="structprocess_1_1ExitedEvent_html"><div class="ttname"><a href="structprocess_1_1ExitedEvent.html">process::ExitedEvent</a></div><div class="ttdef"><b>Definition:</b> event.hpp:179</div></div>
+<div class="ttc" id="structprocess_1_1HttpEvent_html"><div class="ttname"><a href="structprocess_1_1HttpEvent.html">process::HttpEvent</a></div><div class="ttdef"><b>Definition:</b> event.hpp:111</div></div>
+<div class="ttc" id="structprocess_1_1DispatchEvent_html"><div class="ttname"><a href="structprocess_1_1DispatchEvent.html">process::DispatchEvent</a></div><div class="ttdef"><b>Definition:</b> event.hpp:143</div></div>
+<div class="ttc" id="structprocess_1_1ExitedEvent_html"><div class="ttname"><a href="structprocess_1_1ExitedEvent.html">process::ExitedEvent</a></div><div class="ttdef"><b>Definition:</b> event.hpp:174</div></div>
 <div class="ttc" id="classprocess_1_1Filter_html_af5ffca93749dd368a7089d9082d386d7"><div class="ttname"><a href="classprocess_1_1Filter.html#af5ffca93749dd368a7089d9082d386d7">process::Filter::filter</a></div><div class="ttdeci">virtual bool filter(const HttpEvent &amp;)</div><div class="ttdef"><b>Definition:</b> filter.hpp:25</div></div>
 <div class="ttc" id="classprocess_1_1Filter_html_af337696567c45148ae5d6a7a2d298227"><div class="ttname"><a href="classprocess_1_1Filter.html#af337696567c45148ae5d6a7a2d298227">process::Filter::~Filter</a></div><div class="ttdeci">virtual ~Filter()</div><div class="ttdef"><b>Definition:</b> filter.hpp:22</div></div>
+<div class="ttc" id="classprocess_1_1Filter_html_a07aeb097828837ae84197403a72d383c"><div class="ttname"><a href="classprocess_1_1Filter.html#a07aeb097828837ae84197403a72d383c">process::Filter::filter</a></div><div class="ttdeci">virtual bool filter(Event *event)</div><div class="ttdef"><b>Definition:</b> filter.hpp:28</div></div>
 <div class="ttc" id="classprocess_1_1Filter_html_a161f1f8af3d9e20304d8efac6f82769e"><div class="ttname"><a href="classprocess_1_1Filter.html#a161f1f8af3d9e20304d8efac6f82769e">process::Filter::filter</a></div><div class="ttdeci">virtual bool filter(const MessageEvent &amp;)</div><div class="ttdef"><b>Definition:</b> filter.hpp:23</div></div>
 <div class="ttc" id="namespaceos_html_ae19e4161a51b86a1f330f3bf1dc75389"><div class="ttname"><a href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">os::process</a></div><div class="ttdeci">Result&lt; Process &gt; process(pid_t pid)</div><div class="ttdef"><b>Definition:</b> freebsd.hpp:30</div></div>
+<div class="ttc" id="structprocess_1_1EventVisitor_html"><div class="ttname"><a href="structprocess_1_1EventVisitor.html">process::EventVisitor</a></div><div class="ttdef"><b>Definition:</b> event.hpp:37</div></div>
 <div class="ttc" id="event_8hpp_html"><div class="ttname"><a href="event_8hpp.html">event.hpp</a></div></div>
 <div class="ttc" id="structprocess_1_1MessageEvent_html"><div class="ttname"><a href="structprocess_1_1MessageEvent.html">process::MessageEvent</a></div><div class="ttdef"><b>Definition:</b> event.hpp:87</div></div>
 <div class="ttc" id="classprocess_1_1Filter_html_a6d55030f6e192c35bdc354a799a1d34e"><div class="ttname"><a href="classprocess_1_1Filter.html#a6d55030f6e192c35bdc354a799a1d34e">process::Filter::filter</a></div><div class="ttdeci">virtual bool filter(const DispatchEvent &amp;)</div><div class="ttdef"><b>Definition:</b> filter.hpp:24</div></div>
 <div class="ttc" id="classprocess_1_1Filter_html_ad4d4913663d15fde5885253344c6ea9a"><div class="ttname"><a href="classprocess_1_1Filter.html#ad4d4913663d15fde5885253344c6ea9a">process::Filter::filter</a></div><div class="ttdeci">virtual bool filter(const ExitedEvent &amp;)</div><div class="ttdef"><b>Definition:</b> filter.hpp:26</div></div>
+<div class="ttc" id="structprocess_1_1Event_html"><div class="ttname"><a href="structprocess_1_1Event.html">process::Event</a></div><div class="ttdef"><b>Definition:</b> event.hpp:48</div></div>
 <div class="ttc" id="namespaceprocess_html_a3054d5443603436a6315f210a412cbbc"><div class="ttname"><a href="namespaceprocess.html#a3054d5443603436a6315f210a412cbbc">process::filter</a></div><div class="ttdeci">void filter(Filter *filter)</div></div>
 </div><!-- fragment --></div><!-- contents -->
 <!-- start footer part -->

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/ba48e30e/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2gc_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2gc_8hpp_source.html b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2gc_8hpp_source.html
index d60ac23..72ed8ba 100644
--- a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2gc_8hpp_source.html
+++ b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2gc_8hpp_source.html
@@ -109,13 +109,13 @@
 <div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="preprocessor">#endif // __PROCESS_GC_HPP__</span></div>
 <div class="ttc" id="classprocess_1_1GarbageCollector_html_a64de1e486807ac5764b5d57f27045a93"><div class="ttname"><a href="classprocess_1_1GarbageCollector.html#a64de1e486807ac5764b5d57f27045a93">process::GarbageCollector::manage</a></div><div class="ttdeci">void manage(const T *t)</div><div class="ttdef"><b>Definition:</b> gc.hpp:30</div></div>
 <div class="ttc" id="classprocess_1_1GarbageCollector_html_a0de78001ba179347eceaff5136a71ee4"><div class="ttname"><a href="classprocess_1_1GarbageCollector.html#a0de78001ba179347eceaff5136a71ee4">process::GarbageCollector::exited</a></div><div class="ttdeci">virtual void exited(const UPID &amp;pid)</div><div class="ttdoc">Invoked when a linked process has exited. </div><div class="ttdef"><b>Definition:</b> gc.hpp:40</div></div>
-<div class="ttc" id="classprocess_1_1ProcessBase_html"><div class="ttname"><a href="classprocess_1_1ProcessBase.html">process::ProcessBase</a></div><div class="ttdef"><b>Definition:</b> process.hpp:68</div></div>
+<div class="ttc" id="classprocess_1_1ProcessBase_html"><div class="ttname"><a href="classprocess_1_1ProcessBase.html">process::ProcessBase</a></div><div class="ttdef"><b>Definition:</b> process.hpp:69</div></div>
 <div class="ttc" id="structprocess_1_1UPID_html"><div class="ttname"><a href="structprocess_1_1UPID.html">process::UPID</a></div><div class="ttdoc">An &amp;quot;untyped&amp;quot; PID, used to encapsulate the process ID for lower-layer abstractions (eg...</div><div class="ttdef"><b>Definition:</b> pid.hpp:39</div></div>
 <div class="ttc" id="classprocess_1_1ProcessBase_html_ae97b59a857843096aa219d0209837c42"><div class="ttname"><a href="classprocess_1_1ProcessBase.html#ae97b59a857843096aa219d0209837c42">process::ProcessBase::link</a></div><div class="ttdeci">UPID link(const UPID &amp;pid, const RemoteConnection remote=RemoteConnection::REUSE)</div><div class="ttdoc">Links with the specified UPID. </div></div>
 <div class="ttc" id="classprocess_1_1GarbageCollector_html"><div class="ttname"><a href="classprocess_1_1GarbageCollector.html">process::GarbageCollector</a></div><div class="ttdef"><b>Definition:</b> gc.hpp:23</div></div>
 <div class="ttc" id="namespaceos_html_ae19e4161a51b86a1f330f3bf1dc75389"><div class="ttname"><a href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">os::process</a></div><div class="ttdeci">Result&lt; Process &gt; process(pid_t pid)</div><div class="ttdef"><b>Definition:</b> freebsd.hpp:30</div></div>
-<div class="ttc" id="classprocess_1_1ProcessBase_html_adc5a9a47e9c36edb42e03bfb6adfee65"><div class="ttname"><a href="classprocess_1_1ProcessBase.html#adc5a9a47e9c36edb42e03bfb6adfee65">process::ProcessBase::self</a></div><div class="ttdeci">UPID self() const </div><div class="ttdef"><b>Definition:</b> process.hpp:75</div></div>
-<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a href="classprocess_1_1Process.html">process::Process</a></div><div class="ttdef"><b>Definition:</b> process.hpp:489</div></div>
+<div class="ttc" id="classprocess_1_1ProcessBase_html_adc5a9a47e9c36edb42e03bfb6adfee65"><div class="ttname"><a href="classprocess_1_1ProcessBase.html#adc5a9a47e9c36edb42e03bfb6adfee65">process::ProcessBase::self</a></div><div class="ttdeci">UPID self() const </div><div class="ttdef"><b>Definition:</b> process.hpp:76</div></div>
+<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a href="classprocess_1_1Process.html">process::Process</a></div><div class="ttdef"><b>Definition:</b> process.hpp:490</div></div>
 <div class="ttc" id="libprocess_2include_2process_2process_8hpp_html"><div class="ttname"><a href="libprocess_2include_2process_2process_8hpp.html">process.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1GarbageCollector_html_a354a3fe743b944713265c296dd3304f5"><div class="ttname"><a href="classprocess_1_1GarbageCollector.html#a354a3fe743b944713265c296dd3304f5">process::GarbageCollector::GarbageCollector</a></div><div class="ttdeci">GarbageCollector()</div><div class="ttdef"><b>Definition:</b> gc.hpp:26</div></div>
 <div class="ttc" id="classprocess_1_1GarbageCollector_html_ad8319a4a8880c171cf8fa242544ef746"><div class="ttname"><a href="classprocess_1_1GarbageCollector.html#ad8319a4a8880c171cf8fa242544ef746">process::GarbageCollector::~GarbageCollector</a></div><div class="ttdeci">virtual ~GarbageCollector()</div><div class="ttdef"><b>Definition:</b> gc.hpp:27</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/ba48e30e/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2http_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2http_8hpp_source.html b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2http_8hpp_source.html
index 4dd7b60..445bcc8 100644
--- a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2http_8hpp_source.html
+++ b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2http_8hpp_source.html
@@ -555,7 +555,7 @@
 <div class="line"><a name="l00518"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Request.html">  518</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structprocess_1_1http_1_1Request.html">Request</a></div>
 <div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;{</div>
 <div class="line"><a name="l00520"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Request.html#a09dda928f410e7d52b5f48cac8a59c4c">  520</a></span>&#160;  <a class="code" href="structprocess_1_1http_1_1Request.html#a09dda928f410e7d52b5f48cac8a59c4c">Request</a>()</div>
-<div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Request.html#a3a459e9dbce042511e6359533f6925d4">keepAlive</a>(false), <a class="code" href="structprocess_1_1http_1_1Request.html#a3297d5d7bfe13fbd732341433b70428c">type</a>(<a class="code" href="structprocess_1_1http_1_1Request.html#ad311ffe49352b401af89fb0e5e584f74a25d7d2e078ea5bd01283be7cc227e071">BODY</a>) {}</div>
+<div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Request.html#a3a459e9dbce042511e6359533f6925d4">keepAlive</a>(false), <a class="code" href="structprocess_1_1http_1_1Request.html#a4e49e02732d986eb32f979156e0d389a">type</a>(<a class="code" href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887a25d7d2e078ea5bd01283be7cc227e071">BODY</a>) {}</div>
 <div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;</div>
 <div class="line"><a name="l00523"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Request.html#a2e81202fca3244a7de00ac7bb253d59d">  523</a></span>&#160;  std::string <a class="code" href="structprocess_1_1http_1_1Request.html#a2e81202fca3244a7de00ac7bb253d59d">method</a>;</div>
 <div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;</div>
@@ -590,9 +590,9 @@
 <div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;  <span class="comment">// Default: BODY.</span></div>
 <div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;  <span class="keyword">enum</span></div>
 <div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;  {</div>
-<div class="line"><a name="l00556"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Request.html#ad311ffe49352b401af89fb0e5e584f74a25d7d2e078ea5bd01283be7cc227e071">  556</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Request.html#ad311ffe49352b401af89fb0e5e584f74a25d7d2e078ea5bd01283be7cc227e071">BODY</a>,</div>
-<div class="line"><a name="l00557"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Request.html#ad311ffe49352b401af89fb0e5e584f74aedad2ce668345260e1057f2fecd220c7">  557</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Request.html#ad311ffe49352b401af89fb0e5e584f74aedad2ce668345260e1057f2fecd220c7">PIPE</a></div>
-<div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;  } <a class="code" href="structprocess_1_1http_1_1Request.html#a3297d5d7bfe13fbd732341433b70428c">type</a>;</div>
+<div class="line"><a name="l00556"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887a25d7d2e078ea5bd01283be7cc227e071">  556</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887a25d7d2e078ea5bd01283be7cc227e071">BODY</a>,</div>
+<div class="line"><a name="l00557"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887aedad2ce668345260e1057f2fecd220c7">  557</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887aedad2ce668345260e1057f2fecd220c7">PIPE</a></div>
+<div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;  } <a class="code" href="structprocess_1_1http_1_1Request.html#a4e49e02732d986eb32f979156e0d389a">type</a>;</div>
 <div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;</div>
 <div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;  <span class="comment">// TODO(bmahler): Add a &#39;query&#39; field which contains both</span></div>
 <div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;  <span class="comment">// the URL query and the parsed form data from the body.</span></div>
@@ -618,11 +618,11 @@
 <div class="line"><a name="l00595"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html">  595</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structprocess_1_1http_1_1Response.html">Response</a></div>
 <div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;{</div>
 <div class="line"><a name="l00597"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#ac7ac8132a8d8772335efd5a55d9ebb4f">  597</a></span>&#160;  <a class="code" href="structprocess_1_1http_1_1Response.html#ac7ac8132a8d8772335efd5a55d9ebb4f">Response</a>()</div>
-<div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Response.html#a00b3a2344f46dcb6868be6a7e962e091">type</a>(<a class="code" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24aa49acb0a3f416b805cb49ec1a4549b14">NONE</a>)</div>
+<div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Response.html#a6846045a3c3df3abd8e2735847af3a79">type</a>(<a class="code" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaadaa49acb0a3f416b805cb49ec1a4549b14">NONE</a>)</div>
 <div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;  {}</div>
 <div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;</div>
 <div class="line"><a name="l00601"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#ab52f93de73e86c37fa21484acd5d8e9d">  601</a></span>&#160;  <a class="code" href="structprocess_1_1http_1_1Response.html#ab52f93de73e86c37fa21484acd5d8e9d">Response</a>(uint16_t _code)</div>
-<div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Response.html#a00b3a2344f46dcb6868be6a7e962e091">type</a>(<a class="code" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24aa49acb0a3f416b805cb49ec1a4549b14">NONE</a>), <a class="code" href="structprocess_1_1http_1_1Response.html#ad6530fddd03380dbb3b23b17523cb242">code</a>(_code)</div>
+<div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Response.html#a6846045a3c3df3abd8e2735847af3a79">type</a>(<a class="code" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaadaa49acb0a3f416b805cb49ec1a4549b14">NONE</a>), <a class="code" href="structprocess_1_1http_1_1Response.html#ad6530fddd03380dbb3b23b17523cb242">code</a>(_code)</div>
 <div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;  {</div>
 <div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#a8fcbd2073ace160af24a9ee531cb4378">status</a> = <a class="code" href="structprocess_1_1http_1_1Status.html#a49f854c52adce69bc1d4cc5c15cdccac">Status::string</a>(<a class="code" href="structprocess_1_1http_1_1Response.html#ad6530fddd03380dbb3b23b17523cb242">code</a>);</div>
 <div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;  }</div>
@@ -631,7 +631,7 @@
 <div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;      <span class="keyword">const</span> std::string&amp; _body,</div>
 <div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;      uint16_t _code,</div>
 <div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;      <span class="keyword">const</span> std::string&amp; contentType = <span class="stringliteral">&quot;text/plain; charset=utf-8&quot;</span>)</div>
-<div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Response.html#a00b3a2344f46dcb6868be6a7e962e091">type</a>(<a class="code" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a7d2a4db1b1426c6caab18fa8b484f4f5">BODY</a>),</div>
+<div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;    : <a class="code" href="structprocess_1_1http_1_1Response.html#a6846045a3c3df3abd8e2735847af3a79">type</a>(<a class="code" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada7d2a4db1b1426c6caab18fa8b484f4f5">BODY</a>),</div>
 <div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;      <a class="code" href="structprocess_1_1http_1_1Response.html#a5f6d23dd77e1eeb0737dc728e0109905">body</a>(_body),</div>
 <div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;      <a class="code" href="structprocess_1_1http_1_1Response.html#ad6530fddd03380dbb3b23b17523cb242">code</a>(_code)</div>
 <div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;  {</div>
@@ -668,11 +668,11 @@
 <div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;  <span class="comment">// or &#39;Transfer-Encoding&#39; headers will be filled in for you.</span></div>
 <div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;  <span class="keyword">enum</span></div>
 <div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;  {</div>
-<div class="line"><a name="l00648"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24aa49acb0a3f416b805cb49ec1a4549b14">  648</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24aa49acb0a3f416b805cb49ec1a4549b14">NONE</a>,</div>
-<div class="line"><a name="l00649"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a7d2a4db1b1426c6caab18fa8b484f4f5">  649</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a7d2a4db1b1426c6caab18fa8b484f4f5">BODY</a>,</div>
-<div class="line"><a name="l00650"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a069715e7afa526f4f971dcf3d704b5c8">  650</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a069715e7afa526f4f971dcf3d704b5c8">PATH</a>,</div>
-<div class="line"><a name="l00651"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a8d713d3c6326b2c6f5730c5f46f3e3f0">  651</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a8d713d3c6326b2c6f5730c5f46f3e3f0">PIPE</a></div>
-<div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;  } <a class="code" href="structprocess_1_1http_1_1Response.html#a00b3a2344f46dcb6868be6a7e962e091">type</a>;</div>
+<div class="line"><a name="l00648"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaadaa49acb0a3f416b805cb49ec1a4549b14">  648</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaadaa49acb0a3f416b805cb49ec1a4549b14">NONE</a>,</div>
+<div class="line"><a name="l00649"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada7d2a4db1b1426c6caab18fa8b484f4f5">  649</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada7d2a4db1b1426c6caab18fa8b484f4f5">BODY</a>,</div>
+<div class="line"><a name="l00650"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada069715e7afa526f4f971dcf3d704b5c8">  650</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada069715e7afa526f4f971dcf3d704b5c8">PATH</a>,</div>
+<div class="line"><a name="l00651"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada8d713d3c6326b2c6f5730c5f46f3e3f0">  651</a></span>&#160;    <a class="code" href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada8d713d3c6326b2c6f5730c5f46f3e3f0">PIPE</a></div>
+<div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;  } <a class="code" href="structprocess_1_1http_1_1Response.html#a6846045a3c3df3abd8e2735847af3a79">type</a>;</div>
 <div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;</div>
 <div class="line"><a name="l00654"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#a5f6d23dd77e1eeb0737dc728e0109905">  654</a></span>&#160;  std::string <a class="code" href="structprocess_1_1http_1_1Response.html#a5f6d23dd77e1eeb0737dc728e0109905">body</a>;</div>
 <div class="line"><a name="l00655"></a><span class="lineno"><a class="line" href="structprocess_1_1http_1_1Response.html#aad42d5f8c85b81742de9f3f1a0f6d328">  655</a></span>&#160;  std::string <a class="code" href="structprocess_1_1http_1_1Response.html#aad42d5f8c85b81742de9f3f1a0f6d328">path</a>;</div>
@@ -1181,6 +1181,7 @@
 <div class="ttc" id="classprocess_1_1http_1_1header_1_1WWWAuthenticate_html_a1694b4ae16e6aa84cbec3bcda360e913"><div class="ttname"><a href="classprocess_1_1http_1_1header_1_1WWWAuthenticate.html#a1694b4ae16e6aa84cbec3bcda360e913">process::http::header::WWWAuthenticate::WWWAuthenticate</a></div><div class="ttdeci">WWWAuthenticate(const std::string &amp;authScheme, const hashmap&lt; std::string, std::string &gt; &amp;authParam)</div><div class="ttdef"><b>Definition:</b> http.hpp:429</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1CaseInsensitiveHash_html_aaa3077605157ee04498242975d8734c5"><div class="ttname"><a href="structprocess_1_1http_1_1CaseInsensitiveHash.html#aaa3077605157ee04498242975d8734c5">process::http::CaseInsensitiveHash::operator()</a></div><div class="ttdeci">size_t operator()(const std::string &amp;key) const </div><div class="ttdef"><b>Definition:</b> http.hpp:186</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_1_1query_html_a8a4adae17455f8ec8cfe5420de3cb9f8"><div class="ttname"><a href="namespaceprocess_1_1http_1_1query.html#a8a4adae17455f8ec8cfe5420de3cb9f8">process::http::query::encode</a></div><div class="ttdeci">std::string encode(const hashmap&lt; std::string, std::string &gt; &amp;query)</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Request_html_a2498f3dfc1ebe743f650e72f147c7887aedad2ce668345260e1057f2fecd220c7"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887aedad2ce668345260e1057f2fecd220c7">process::http::Request::PIPE</a></div><div class="ttdef"><b>Definition:</b> http.hpp:557</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_1_1internal_html_ac1d6c9a9788de075b4c896603b6553f2"><div class="ttname"><a href="namespaceprocess_1_1http_1_1internal.html#ac1d6c9a9788de075b4c896603b6553f2">process::http::internal::serve</a></div><div class="ttdeci">Future&lt; Nothing &gt; serve(network::Socket s, std::function&lt; Future&lt; Response &gt;(const Request &amp;)&gt; &amp;&amp;f)</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Forbidden_html_a462722ea1d711a3f0072842b9944d525"><div class="ttname"><a href="structprocess_1_1http_1_1Forbidden.html#a462722ea1d711a3f0072842b9944d525">process::http::Forbidden::Forbidden</a></div><div class="ttdeci">Forbidden()</div><div class="ttdef"><b>Definition:</b> http.hpp:736</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1NotFound_html_afd150061e7afc57ec91516045b09c703"><div class="ttname"><a href="structprocess_1_1http_1_1NotFound.html#afd150061e7afc57ec91516045b09c703">process::http::NotFound::NotFound</a></div><div class="ttdeci">NotFound(const std::string &amp;body)</div><div class="ttdef"><b>Definition:</b> http.hpp:747</div></div>
@@ -1197,11 +1198,9 @@
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a7ec542fce3fdf8c25bd870a160f569f7"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a7ec542fce3fdf8c25bd870a160f569f7">process::http::Status::METHOD_NOT_ALLOWED</a></div><div class="ttdeci">static const uint16_t METHOD_NOT_ALLOWED</div><div class="ttdef"><b>Definition:</b> http.hpp:237</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_html_ad8f400b5e54038df7e5662ec35da05fa"><div class="ttname"><a href="namespaceprocess_1_1http.html#ad8f400b5e54038df7e5662ec35da05fa">process::http::request</a></div><div class="ttdeci">Future&lt; Response &gt; request(const Request &amp;request, bool streamedResponse=false)</div><div class="ttdoc">Asynchronously sends an HTTP request to the process and returns the HTTP response once the entire res...</div></div>
 <div class="ttc" id="namespaceprocess_html_a62d5333e8ec1817c249cf83e15d568b4"><div class="ttname"><a href="namespaceprocess.html#a62d5333e8ec1817c249cf83e15d568b4">process::f</a></div><div class="ttdeci">F &amp;&amp; f</div><div class="ttdef"><b>Definition:</b> defer.hpp:239</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Request_html_ad311ffe49352b401af89fb0e5e584f74aedad2ce668345260e1057f2fecd220c7"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#ad311ffe49352b401af89fb0e5e584f74aedad2ce668345260e1057f2fecd220c7">process::http::Request::PIPE</a></div><div class="ttdef"><b>Definition:</b> http.hpp:557</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a5cc8f560c42aa82042f347ceca649ff5"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a5cc8f560c42aa82042f347ceca649ff5">process::http::Status::BAD_REQUEST</a></div><div class="ttdeci">static const uint16_t BAD_REQUEST</div><div class="ttdef"><b>Definition:</b> http.hpp:232</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_acbed897ae92821a24aced2e4dc633dad"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#acbed897ae92821a24aced2e4dc633dad">process::http::Status::NO_CONTENT</a></div><div class="ttdeci">static const uint16_t NO_CONTENT</div><div class="ttdef"><b>Definition:</b> http.hpp:222</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Request_html_aba3024fe3e1028d19f5fb4e92519cb56"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#aba3024fe3e1028d19f5fb4e92519cb56">process::http::Request::url</a></div><div class="ttdeci">URL url</div><div class="ttdef"><b>Definition:</b> http.hpp:529</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Response_html_ac8b9e44a3e44f148c14e81cbb9fafe24a8d713d3c6326b2c6f5730c5f46f3e3f0"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a8d713d3c6326b2c6f5730c5f46f3e3f0">process::http::Response::PIPE</a></div><div class="ttdef"><b>Definition:</b> http.hpp:651</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1URL_html_aeb5accae04a1e271d4fdafa22131c150"><div class="ttname"><a href="structprocess_1_1http_1_1URL.html#aeb5accae04a1e271d4fdafa22131c150">process::http::URL::parse</a></div><div class="ttdeci">static Try&lt; URL &gt; parse(const std::string &amp;urlString)</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_ab95e476fae088bc934ac7d72886233fd"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#ab95e476fae088bc934ac7d72886233fd">process::http::Status::REQUEST_TIMEOUT</a></div><div class="ttdeci">static const uint16_t REQUEST_TIMEOUT</div><div class="ttdef"><b>Definition:</b> http.hpp:240</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a10336f87c20b50fd38fdec4f1c94be3d"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a10336f87c20b50fd38fdec4f1c94be3d">process::http::Status::LENGTH_REQUIRED</a></div><div class="ttdeci">static const uint16_t LENGTH_REQUIRED</div><div class="ttdef"><b>Definition:</b> http.hpp:243</div></div>
@@ -1214,9 +1213,10 @@
 <div class="ttc" id="classprocess_1_1http_1_1header_1_1WWWAuthenticate_html"><div class="ttname"><a href="classprocess_1_1http_1_1header_1_1WWWAuthenticate.html">process::http::header::WWWAuthenticate</a></div><div class="ttdef"><b>Definition:</b> http.hpp:424</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Response_html_a8fcbd2073ace160af24a9ee531cb4378"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#a8fcbd2073ace160af24a9ee531cb4378">process::http::Response::status</a></div><div class="ttdeci">std::string status</div><div class="ttdef"><b>Definition:</b> http.hpp:621</div></div>
 <div class="ttc" id="3rdparty_2stout_2include_2stout_2ip_8hpp_html"><div class="ttname"><a href="3rdparty_2stout_2include_2stout_2ip_8hpp.html">ip.hpp</a></div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Request_html_ad311ffe49352b401af89fb0e5e584f74a25d7d2e078ea5bd01283be7cc227e071"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#ad311ffe49352b401af89fb0e5e584f74a25d7d2e078ea5bd01283be7cc227e071">process::http::Request::BODY</a></div><div class="ttdef"><b>Definition:</b> http.hpp:556</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1NotAcceptable_html_a7aa1994f2bf2049346177a29ec75b567"><div class="ttname"><a href="structprocess_1_1http_1_1NotAcceptable.html#a7aa1994f2bf2049346177a29ec75b567">process::http::NotAcceptable::NotAcceptable</a></div><div class="ttdeci">NotAcceptable()</div><div class="ttdef"><b>Definition:</b> http.hpp:787</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Request_html_a4e49e02732d986eb32f979156e0d389a"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#a4e49e02732d986eb32f979156e0d389a">process::http::Request::type</a></div><div class="ttdeci">enum process::http::Request::@3 type</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_ac65b51669b169159644d53b15932fd98"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#ac65b51669b169159644d53b15932fd98">process::http::Status::PARTIAL_CONTENT</a></div><div class="ttdeci">static const uint16_t PARTIAL_CONTENT</div><div class="ttdef"><b>Definition:</b> http.hpp:224</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Response_html_a6dd5881e0450540a106e37257434eaada8d713d3c6326b2c6f5730c5f46f3e3f0"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada8d713d3c6326b2c6f5730c5f46f3e3f0">process::http::Response::PIPE</a></div><div class="ttdef"><b>Definition:</b> http.hpp:651</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_ab544dfe7c9a7484671cf288500a93fce"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#ab544dfe7c9a7484671cf288500a93fce">process::http::Status::EXPECTATION_FAILED</a></div><div class="ttdeci">static const uint16_t EXPECTATION_FAILED</div><div class="ttdef"><b>Definition:</b> http.hpp:249</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a711a886455704253efaa63254f6347e8"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a711a886455704253efaa63254f6347e8">process::http::Status::CONFLICT</a></div><div class="ttdeci">static const uint16_t CONFLICT</div><div class="ttdef"><b>Definition:</b> http.hpp:241</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Request_html_a626643b560caa889b2d824f812447999"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#a626643b560caa889b2d824f812447999">process::http::Request::reader</a></div><div class="ttdeci">Option&lt; Pipe::Reader &gt; reader</div><div class="ttdef"><b>Definition:</b> http.hpp:564</div></div>
@@ -1238,13 +1238,15 @@
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a2fde9047b9350b005c9f2d0e74aa49d4"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a2fde9047b9350b005c9f2d0e74aa49d4">process::http::Status::FOUND</a></div><div class="ttdeci">static const uint16_t FOUND</div><div class="ttdef"><b>Definition:</b> http.hpp:227</div></div>
 <div class="ttc" id="none_8hpp_html"><div class="ttname"><a href="none_8hpp.html">none.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Pipe_1_1Writer_html_af9693ab7e438233a3e8244f3c650df7d"><div class="ttname"><a href="classprocess_1_1http_1_1Pipe_1_1Writer.html#af9693ab7e438233a3e8244f3c650df7d">process::http::Pipe::Writer::operator==</a></div><div class="ttdeci">bool operator==(const Writer &amp;other) const </div><div class="ttdef"><b>Definition:</b> http.hpp:364</div></div>
-<div class="ttc" id="classprocess_1_1network_1_1Address_html"><div class="ttname"><a href="classprocess_1_1network_1_1Address.html">process::network::Address</a></div><div class="ttdef"><b>Definition:</b> address.hpp:59</div></div>
+<div class="ttc" id="classprocess_1_1network_1_1Address_html"><div class="ttname"><a href="classprocess_1_1network_1_1Address.html">process::network::Address</a></div><div class="ttdef"><b>Definition:</b> address.hpp:277</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Forbidden_html_a16198b33fc0c9133ffb54116eab651c9"><div class="ttname"><a href="structprocess_1_1http_1_1Forbidden.html#a16198b33fc0c9133ffb54116eab651c9">process::http::Forbidden::Forbidden</a></div><div class="ttdeci">Forbidden(const std::string &amp;body)</div><div class="ttdef"><b>Definition:</b> http.hpp:738</div></div>
 <div class="ttc" id="json_8hpp_html"><div class="ttname"><a href="json_8hpp.html">json.hpp</a></div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Request_html_a2498f3dfc1ebe743f650e72f147c7887a25d7d2e078ea5bd01283be7cc227e071"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#a2498f3dfc1ebe743f650e72f147c7887a25d7d2e078ea5bd01283be7cc227e071">process::http::Request::BODY</a></div><div class="ttdef"><b>Definition:</b> http.hpp:556</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Request_html_ad0493ac04e37acf41127dfff3625c0f5"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#ad0493ac04e37acf41127dfff3625c0f5">process::http::Request::client</a></div><div class="ttdeci">Option&lt; network::Address &gt; client</div><div class="ttdef"><b>Definition:</b> http.hpp:547</div></div>
 <div class="ttc" id="namespacemesos_1_1internal_1_1logger_1_1rotate_html_aee5dc359a1b6d22c5d912b166c895854"><div class="ttname"><a href="namespacemesos_1_1internal_1_1logger_1_1rotate.html#aee5dc359a1b6d22c5d912b166c895854">mesos::internal::logger::rotate::NAME</a></div><div class="ttdeci">const std::string NAME</div><div class="ttdef"><b>Definition:</b> logrotate.hpp:38</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a8feae2af2cdeaf0c0ddbd5f80c9f5ff5"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a8feae2af2cdeaf0c0ddbd5f80c9f5ff5">process::http::Status::MULTIPLE_CHOICES</a></div><div class="ttdeci">static const uint16_t MULTIPLE_CHOICES</div><div class="ttdef"><b>Definition:</b> http.hpp:225</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_af15751921c14230c0974a97dfc2f9144"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#af15751921c14230c0974a97dfc2f9144">process::http::Status::REQUEST_ENTITY_TOO_LARGE</a></div><div class="ttdeci">static const uint16_t REQUEST_ENTITY_TOO_LARGE</div><div class="ttdef"><b>Definition:</b> http.hpp:245</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Response_html_a6dd5881e0450540a106e37257434eaadaa49acb0a3f416b805cb49ec1a4549b14"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaadaa49acb0a3f416b805cb49ec1a4549b14">process::http::Response::NONE</a></div><div class="ttdef"><b>Definition:</b> http.hpp:648</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_html_a1443ad581d0388a87013f0284906c2b3"><div class="ttname"><a href="namespaceprocess_1_1http.html#a1443ad581d0388a87013f0284906c2b3">process::http::requestDelete</a></div><div class="ttdeci">Future&lt; Response &gt; requestDelete(const URL &amp;url, const Option&lt; Headers &gt; &amp;headers=None())</div><div class="ttdoc">Asynchronously sends an HTTP DELETE request to the process with the given UPID and returns the HTTP r...</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_html_aad6e571ae51c5ea61289e3ab71fca7b6"><div class="ttname"><a href="namespaceprocess_1_1http.html#aad6e571ae51c5ea61289e3ab71fca7b6">process::http::encode</a></div><div class="ttdeci">std::string encode(const std::string &amp;s)</div><div class="ttdoc">Encode a string to Base64 with the standard Base64 alphabet. </div><div class="ttdef"><b>Definition:</b> base64.hpp:159</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1TemporaryRedirect_html"><div class="ttname"><a href="structprocess_1_1http_1_1TemporaryRedirect.html">process::http::TemporaryRedirect</a></div><div class="ttdef"><b>Definition:</b> http.hpp:689</div></div>
@@ -1262,6 +1264,7 @@
 <div class="ttc" id="classprocess_1_1http_1_1Connection_html_af05c8ada407f7c78299d9e46eaf80459"><div class="ttname"><a href="classprocess_1_1http_1_1Connection.html#af05c8ada407f7c78299d9e46eaf80459">process::http::Connection::operator==</a></div><div class="ttdeci">bool operator==(const Connection &amp;c) const </div><div class="ttdef"><b>Definition:</b> http.hpp:960</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1ServiceUnavailable_html_afe1c0b3f72223b9c7dc5fd66d3e28ee4"><div class="ttname"><a href="structprocess_1_1http_1_1ServiceUnavailable.html#afe1c0b3f72223b9c7dc5fd66d3e28ee4">process::http::ServiceUnavailable::ServiceUnavailable</a></div><div class="ttdeci">ServiceUnavailable()</div><div class="ttdef"><b>Definition:</b> http.hpp:841</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1URL_html_af2d0454d281cfe79f382c0dbc91bc251"><div class="ttname"><a href="structprocess_1_1http_1_1URL.html#af2d0454d281cfe79f382c0dbc91bc251">process::http::URL::query</a></div><div class="ttdeci">hashmap&lt; std::string, std::string &gt; query</div><div class="ttdef"><b>Definition:</b> http.hpp:176</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Response_html_a6dd5881e0450540a106e37257434eaada7d2a4db1b1426c6caab18fa8b484f4f5"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada7d2a4db1b1426c6caab18fa8b484f4f5">process::http::Response::BODY</a></div><div class="ttdef"><b>Definition:</b> http.hpp:649</div></div>
 <div class="ttc" id="classnet_1_1IP_html"><div class="ttname"><a href="classnet_1_1IP.html">net::IP</a></div><div class="ttdef"><b>Definition:</b> ip.hpp:75</div></div>
 <div class="ttc" id="classhashmap_html"><div class="ttname"><a href="classhashmap.html">hashmap</a></div><div class="ttdef"><b>Definition:</b> hashmap.hpp:36</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1InternalServerError_html_a6bdecfce24be3ee7ac42abb0bafa1f77"><div class="ttname"><a href="structprocess_1_1http_1_1InternalServerError.html#a6bdecfce24be3ee7ac42abb0bafa1f77">process::http::InternalServerError::InternalServerError</a></div><div class="ttdeci">InternalServerError(const std::string &amp;body)</div><div class="ttdef"><b>Definition:</b> http.hpp:825</div></div>
@@ -1310,7 +1313,6 @@
 <div class="ttc" id="namespaceprocess_1_1http_html_ae18e508ddf8cd65d7778320fa57550f3"><div class="ttname"><a href="namespaceprocess_1_1http.html#ae18e508ddf8cd65d7778320fa57550f3">process::http::post</a></div><div class="ttdeci">Future&lt; Response &gt; post(const URL &amp;url, const Option&lt; Headers &gt; &amp;headers=None(), const Option&lt; std::string &gt; &amp;body=None(), const Option&lt; std::string &gt; &amp;contentType=None())</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_html_af2b66a0484ac2a6448270526c854251c"><div class="ttname"><a href="namespaceprocess_1_1http.html#af2b66a0484ac2a6448270526c854251c">process::http::createRequest</a></div><div class="ttdeci">Request createRequest(const UPID &amp;upid, const std::string &amp;method, bool enableSSL=false, const Option&lt; std::string &gt; &amp;path=None(), const Option&lt; Headers &gt; &amp;headers=None(), const Option&lt; std::string &gt; &amp;body=None(), const Option&lt; std::string &gt; &amp;contentType=None())</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_html_a54e53c8006298fe99e3fb5f55c0e8c41"><div class="ttname"><a href="namespaceprocess_1_1http.html#a54e53c8006298fe99e3fb5f55c0e8c41">process::http::connect</a></div><div class="ttdeci">Future&lt; Connection &gt; connect(const network::Address &amp;address, Scheme scheme)</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Response_html_ac8b9e44a3e44f148c14e81cbb9fafe24aa49acb0a3f416b805cb49ec1a4549b14"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24aa49acb0a3f416b805cb49ec1a4549b14">process::http::Response::NONE</a></div><div class="ttdef"><b>Definition:</b> http.hpp:648</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1InternalServerError_html"><div class="ttname"><a href="structprocess_1_1http_1_1InternalServerError.html">process::http::InternalServerError</a></div><div class="ttdef"><b>Definition:</b> http.hpp:821</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Request_html_a3a459e9dbce042511e6359533f6925d4"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#a3a459e9dbce042511e6359533f6925d4">process::http::Request::keepAlive</a></div><div class="ttdeci">bool keepAlive</div><div class="ttdef"><b>Definition:</b> http.hpp:543</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Accepted_html_ac694c4b875e0d6e21ace64e82be1753c"><div class="ttname"><a href="structprocess_1_1http_1_1Accepted.html#ac694c4b875e0d6e21ace64e82be1753c">process::http::Accepted::Accepted</a></div><div class="ttdeci">Accepted(const std::string &amp;body)</div><div class="ttdef"><b>Definition:</b> http.hpp:684</div></div>
@@ -1354,7 +1356,6 @@
 <div class="ttc" id="namespaceprocess_1_1http_html_a64211e6e3428968c27b5753f05cbcf45"><div class="ttname"><a href="namespaceprocess_1_1http.html#a64211e6e3428968c27b5753f05cbcf45">process::http::operator&lt;&lt;</a></div><div class="ttdeci">std::ostream &amp; operator&lt;&lt;(std::ostream &amp;stream, const URL &amp;url)</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Pipe_html_ac4d65a3bbbdfba2bfeb755aedb5153da"><div class="ttname"><a href="classprocess_1_1http_1_1Pipe.html#ac4d65a3bbbdfba2bfeb755aedb5153da">process::http::Pipe::Pipe</a></div><div class="ttdeci">Pipe()</div><div class="ttdef"><b>Definition:</b> http.hpp:381</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1header_1_1WWWAuthenticate_html_aa25cdb0353e7e0b131a4528ca8ad3d68"><div class="ttname"><a href="classprocess_1_1http_1_1header_1_1WWWAuthenticate.html#aa25cdb0353e7e0b131a4528ca8ad3d68">process::http::header::WWWAuthenticate::NAME</a></div><div class="ttdeci">static constexpr const char * NAME</div><div class="ttdef"><b>Definition:</b> http.hpp:427</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Response_html_a00b3a2344f46dcb6868be6a7e962e091"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#a00b3a2344f46dcb6868be6a7e962e091">process::http::Response::type</a></div><div class="ttdeci">enum process::http::Response::@5 type</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1UnsupportedMediaType_html"><div class="ttname"><a href="structprocess_1_1http_1_1UnsupportedMediaType.html">process::http::UnsupportedMediaType</a></div><div class="ttdef"><b>Definition:</b> http.hpp:812</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Headers_html_afd463b216eeec49fdaa867b57a4a8885"><div class="ttname"><a href="classprocess_1_1http_1_1Headers.html#afd463b216eeec49fdaa867b57a4a8885">process::http::Headers::operator+</a></div><div class="ttdeci">Headers operator+(const Headers &amp;that) const </div><div class="ttdef"><b>Definition:</b> http.hpp:509</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Request_html_a78dfcfa785afc80e221d92543ff617f1"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#a78dfcfa785afc80e221d92543ff617f1">process::http::Request::body</a></div><div class="ttdeci">std::string body</div><div class="ttdef"><b>Definition:</b> http.hpp:563</div></div>
@@ -1373,12 +1374,11 @@
 <div class="ttc" id="classOption_html_a06eab791122ebc1f8af4ad310e5e7d7e"><div class="ttname"><a href="classOption.html#a06eab791122ebc1f8af4ad310e5e7d7e">Option::isNone</a></div><div class="ttdeci">bool isNone() const </div><div class="ttdef"><b>Definition:</b> option.hpp:109</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Connection_html_aab3713f98e82c3615d16567561678d4b"><div class="ttname"><a href="classprocess_1_1http_1_1Connection.html#aab3713f98e82c3615d16567561678d4b">process::http::Connection::peerAddress</a></div><div class="ttdeci">const network::Address peerAddress</div><div class="ttdef"><b>Definition:</b> http.hpp:964</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a877f7875ccf8eb543acc3dc542ce4082"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a877f7875ccf8eb543acc3dc542ce4082">process::http::Status::REQUESTED_RANGE_NOT_SATISFIABLE</a></div><div class="ttdeci">static const uint16_t REQUESTED_RANGE_NOT_SATISFIABLE</div><div class="ttdef"><b>Definition:</b> http.hpp:248</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Request_html_a3297d5d7bfe13fbd732341433b70428c"><div class="ttname"><a href="structprocess_1_1http_1_1Request.html#a3297d5d7bfe13fbd732341433b70428c">process::http::Request::type</a></div><div class="ttdeci">enum process::http::Request::@4 type</div></div>
 <div class="ttc" id="owned_8hpp_html"><div class="ttname"><a href="owned_8hpp.html">owned.hpp</a></div></div>
 <div class="ttc" id="namespaceprocess_1_1http_1_1authorization_html_a5c0dc8d25fb3556f4be432507c6f0f2c"><div class="ttname"><a href="namespaceprocess_1_1http_1_1authorization.html#a5c0dc8d25fb3556f4be432507c6f0f2c">process::http::authorization::setCallbacks</a></div><div class="ttdeci">void setCallbacks(const AuthorizationCallbacks &amp;)</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_af8f62dd7f1179ffc32c58aceef60decb"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#af8f62dd7f1179ffc32c58aceef60decb">process::http::Status::CREATED</a></div><div class="ttdeci">static const uint16_t CREATED</div><div class="ttdef"><b>Definition:</b> http.hpp:219</div></div>
 <div class="ttc" id="namespacecgroups_html_a2ecc89636706df947027a4c3c2100fbe"><div class="ttname"><a href="namespacecgroups.html#a2ecc89636706df947027a4c3c2100fbe">cgroups::create</a></div><div class="ttdeci">Try&lt; Nothing &gt; create(const std::string &amp;hierarchy, const std::string &amp;cgroup, bool recursive=false)</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Response_html_ac8b9e44a3e44f148c14e81cbb9fafe24a069715e7afa526f4f971dcf3d704b5c8"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a069715e7afa526f4f971dcf3d704b5c8">process::http::Response::PATH</a></div><div class="ttdef"><b>Definition:</b> http.hpp:650</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Response_html_a6dd5881e0450540a106e37257434eaada069715e7afa526f4f971dcf3d704b5c8"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#a6dd5881e0450540a106e37257434eaada069715e7afa526f4f971dcf3d704b5c8">process::http::Response::PATH</a></div><div class="ttdef"><b>Definition:</b> http.hpp:650</div></div>
 <div class="ttc" id="jsonify_8hpp_html"><div class="ttname"><a href="jsonify_8hpp.html">jsonify.hpp</a></div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Response_html_ac7ac8132a8d8772335efd5a55d9ebb4f"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#ac7ac8132a8d8772335efd5a55d9ebb4f">process::http::Response::Response</a></div><div class="ttdeci">Response()</div><div class="ttdef"><b>Definition:</b> http.hpp:597</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a370088c7f9891cd5363ce2f59b39b8ab"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a370088c7f9891cd5363ce2f59b39b8ab">process::http::Status::UNAUTHORIZED</a></div><div class="ttdeci">static const uint16_t UNAUTHORIZED</div><div class="ttdef"><b>Definition:</b> http.hpp:233</div></div>
@@ -1387,7 +1387,6 @@
 <div class="ttc" id="classprocess_1_1http_1_1Connection_html_aa9696817fcbfd1b70a3e649d484c17ac"><div class="ttname"><a href="classprocess_1_1http_1_1Connection.html#aa9696817fcbfd1b70a3e649d484c17ac">process::http::Connection::connect</a></div><div class="ttdeci">friend Future&lt; Connection &gt; connect(const network::Address &amp;address, Scheme scheme)</div></div>
 <div class="ttc" id="namespacemesos_1_1uri_html_a5dff7c4a2df7be12fb642b5801c34f9f"><div class="ttname"><a href="namespacemesos_1_1uri.html#a5dff7c4a2df7be12fb642b5801c34f9f">mesos::uri::http</a></div><div class="ttdeci">URI http(const std::string &amp;host, const std::string &amp;path=&quot;/&quot;, const Option&lt; int &gt; &amp;port=None(), const Option&lt; std::string &gt; &amp;query=None(), const Option&lt; std::string &gt; &amp;fragment=None(), const Option&lt; std::string &gt; &amp;user=None(), const Option&lt; std::string &gt; &amp;password=None())</div><div class="ttdoc">Creates an http URI with the given parameters. </div><div class="ttdef"><b>Definition:</b> http.hpp:35</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Pipe_1_1Reader_html_ab05ad7874980715328153d42c6b138be"><div class="ttname"><a href="classprocess_1_1http_1_1Pipe_1_1Reader.html#ab05ad7874980715328153d42c6b138be">process::http::Pipe::Reader::operator==</a></div><div class="ttdeci">bool operator==(const Reader &amp;other) const </div><div class="ttdef"><b>Definition:</b> http.hpp:323</div></div>
-<div class="ttc" id="structprocess_1_1http_1_1Response_html_ac8b9e44a3e44f148c14e81cbb9fafe24a7d2a4db1b1426c6caab18fa8b484f4f5"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#ac8b9e44a3e44f148c14e81cbb9fafe24a7d2a4db1b1426c6caab18fa8b484f4f5">process::http::Response::BODY</a></div><div class="ttdef"><b>Definition:</b> http.hpp:649</div></div>
 <div class="ttc" id="namespacens_html_a28116b46e6543597a11733424cd1aa20"><div class="ttname"><a href="namespacens.html#a28116b46e6543597a11733424cd1aa20">ns::stringify</a></div><div class="ttdeci">std::string stringify(int flags)</div><div class="ttdef"><b>Definition:</b> ns.hpp:688</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a4b9ac228c6172625a36f454797b1b33c"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a4b9ac228c6172625a36f454797b1b33c">process::http::Status::NOT_IMPLEMENTED</a></div><div class="ttdeci">static const uint16_t NOT_IMPLEMENTED</div><div class="ttdef"><b>Definition:</b> http.hpp:251</div></div>
 <div class="ttc" id="classprocess_1_1Owned_html"><div class="ttname"><a href="classprocess_1_1Owned.html">process::Owned</a></div><div class="ttdef"><b>Definition:</b> owned.hpp:35</div></div>
@@ -1399,6 +1398,7 @@
 <div class="ttc" id="structprocess_1_1http_1_1Response_html_ab52f93de73e86c37fa21484acd5d8e9d"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#ab52f93de73e86c37fa21484acd5d8e9d">process::http::Response::Response</a></div><div class="ttdeci">Response(uint16_t _code)</div><div class="ttdef"><b>Definition:</b> http.hpp:601</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Conflict_html_a1cb5be497cc45138cde76c1a949672e1"><div class="ttname"><a href="structprocess_1_1http_1_1Conflict.html#a1cb5be497cc45138cde76c1a949672e1">process::http::Conflict::Conflict</a></div><div class="ttdeci">Conflict(const std::string &amp;body)</div><div class="ttdef"><b>Definition:</b> http.hpp:798</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Connection_html_ab5d724d915610c6b5ed39049154bd90b"><div class="ttname"><a href="classprocess_1_1http_1_1Connection.html#ab5d724d915610c6b5ed39049154bd90b">process::http::Connection::localAddress</a></div><div class="ttdeci">const network::Address localAddress</div><div class="ttdef"><b>Definition:</b> http.hpp:963</div></div>
+<div class="ttc" id="structprocess_1_1http_1_1Response_html_a6846045a3c3df3abd8e2735847af3a79"><div class="ttname"><a href="structprocess_1_1http_1_1Response.html#a6846045a3c3df3abd8e2735847af3a79">process::http::Response::type</a></div><div class="ttdeci">enum process::http::Response::@4 type</div></div>
 <div class="ttc" id="structprocess_1_1http_1_1Status_html_a5e86bdc9477d1e574ca545d2e3b5d522"><div class="ttname"><a href="structprocess_1_1http_1_1Status.html#a5e86bdc9477d1e574ca545d2e3b5d522">process::http::Status::REQUEST_URI_TOO_LARGE</a></div><div class="ttdeci">static const uint16_t REQUEST_URI_TOO_LARGE</div><div class="ttdef"><b>Definition:</b> http.hpp:246</div></div>
 <div class="ttc" id="classprocess_1_1http_1_1Connection_html"><div class="ttname"><a href="classprocess_1_1http_1_1Connection.html">process::http::Connection</a></div><div class="ttdoc">Represents a connection to an HTTP server. </div><div class="ttdef"><b>Definition:</b> http.hpp:936</div></div>
 <div class="ttc" id="namespaceprocess_1_1http_1_1authentication_html_a33ca9afbbd1aceb21aa64c2069973a24"><div class="ttname"><a href="namespaceprocess_1_1http_1_1authentication.html#a33ca9afbbd1aceb21aa64c2069973a24">process::http::authentication::unsetAuthenticator</a></div><div class="ttdeci">Future&lt; Nothing &gt; unsetAuthenticator(const std::string &amp;realm)</div><div class="ttdoc">Unsets the authenticator for the realm. </div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/ba48e30e/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2io_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2io_8hpp_source.html b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2io_8hpp_source.html
index a489852..28c5524 100644
--- a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2io_8hpp_source.html
+++ b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2io_8hpp_source.html
@@ -90,13 +90,13 @@
 <div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<a class="code" href="classprocess_1_1Future.html">Future&lt;short&gt;</a> <a class="code" href="namespaceprocess_1_1io.html#af71c45e0a85e21f6b39060f4e716cebf">poll</a>(<a class="code" href="int__fd_8hpp.html#aea4dbda01c90455f158ffa9b924c2f07">int_fd</a> fd, <span class="keywordtype">short</span> events);</div>
 <div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
 <div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;</div>
-<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<a class="code" href="classprocess_1_1Future.html">Future&lt;size_t&gt;</a> <a class="code" href="namespaceprocess_1_1io.html#a4c34d22e475e29f12ac739921dcc580f">read</a>(<a class="code" href="int__fd_8hpp.html#aea4dbda01c90455f158ffa9b924c2f07">int_fd</a> fd, <span class="keywordtype">void</span>* data, <span class="keywordtype">size_t</span> <a class="code" href="namespaceos_1_1stat.html#aac17a91dd3f91341b8c4021025e89b04">size</a>);</div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<a class="code" href="classprocess_1_1Future.html">Future&lt;size_t&gt;</a> <a class="code" href="namespaceprocess_1_1io.html#a4c34d22e475e29f12ac739921dcc580f">read</a>(<a class="code" href="int__fd_8hpp.html#aea4dbda01c90455f158ffa9b924c2f07">int_fd</a> fd, <span class="keywordtype">void</span>* data, <span class="keywordtype">size_t</span> <a class="code" href="namespaceos_1_1stat.html#a7a116891923bc8b5d8c50f78da8657be">size</a>);</div>
 <div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div>
 <div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div>
 <div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<a class="code" href="classprocess_1_1Future.html">Future&lt;std::string&gt;</a> <a class="code" href="namespaceprocess_1_1io.html#a4c34d22e475e29f12ac739921dcc580f">read</a>(<a class="code" href="int__fd_8hpp.html#aea4dbda01c90455f158ffa9b924c2f07">int_fd</a> fd);</div>
 <div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div>
 <div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div>
-<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<a class="code" href="classprocess_1_1Future.html">Future&lt;size_t&gt;</a> <a class="code" href="namespaceprocess_1_1io.html#a49105dc036ad04225c92bd673da5ce39">write</a>(<a class="code" href="int__fd_8hpp.html#aea4dbda01c90455f158ffa9b924c2f07">int_fd</a> fd, <span class="keyword">const</span> <span class="keywordtype">void</span>* data, <span class="keywordtype">size_t</span> <a class="code" href="namespaceos_1_1stat.html#aac17a91dd3f91341b8c4021025e89b04">size</a>);</div>
+<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<a class="code" href="classprocess_1_1Future.html">Future&lt;size_t&gt;</a> <a class="code" href="namespaceprocess_1_1io.html#a49105dc036ad04225c92bd673da5ce39">write</a>(<a class="code" href="int__fd_8hpp.html#aea4dbda01c90455f158ffa9b924c2f07">int_fd</a> fd, <span class="keyword">const</span> <span class="keywordtype">void</span>* data, <span class="keywordtype">size_t</span> <a class="code" href="namespaceos_1_1stat.html#a7a116891923bc8b5d8c50f78da8657be">size</a>);</div>
 <div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div>
 <div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;</div>
 <div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<a class="code" href="classprocess_1_1Future.html">Future&lt;Nothing&gt;</a> <a class="code" href="namespaceprocess_1_1io.html#a49105dc036ad04225c92bd673da5ce39">write</a>(<a class="code" href="int__fd_8hpp.html#aea4dbda01c90455f158ffa9b924c2f07">int_fd</a> fd, <span class="keyword">const</span> std::string&amp; data);</div>
@@ -113,6 +113,7 @@
 <div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="preprocessor">#endif // __PROCESS_IO_HPP__</span></div>
 <div class="ttc" id="namespaceprocess_1_1io_html_aca1f059ca9f0d7360631c621debeb879"><div class="ttname"><a href="namespaceprocess_1_1io.html#aca1f059ca9f0d7360631c621debeb879">process::io::READ</a></div><div class="ttdeci">const short READ</div><div class="ttdoc">A possible event while polling. </div><div class="ttdef"><b>Definition:</b> io.hpp:34</div></div>
 <div class="ttc" id="classOption_html"><div class="ttname"><a href="classOption.html">Option&lt; int_fd &gt;</a></div></div>
+<div class="ttc" id="namespaceos_1_1stat_html_a7a116891923bc8b5d8c50f78da8657be"><div class="ttname"><a href="namespaceos_1_1stat.html#a7a116891923bc8b5d8c50f78da8657be">os::stat::size</a></div><div class="ttdeci">Try&lt; Bytes &gt; size(const std::string &amp;path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)</div><div class="ttdef"><b>Definition:</b> stat.hpp:100</div></div>
 <div class="ttc" id="namespaceprocess_1_1io_html_a34d62916736c1dfebd1585cf51f19d0c"><div class="ttname"><a href="namespaceprocess_1_1io.html#a34d62916736c1dfebd1585cf51f19d0c">process::io::BUFFERED_READ_SIZE</a></div><div class="ttdeci">const size_t BUFFERED_READ_SIZE</div><div class="ttdoc">Buffered read chunk size. </div><div class="ttdef"><b>Definition:</b> io.hpp:46</div></div>
 <div class="ttc" id="namespaceprocess_1_1io_html_af71c45e0a85e21f6b39060f4e716cebf"><div class="ttname"><a href="namespaceprocess_1_1io.html#af71c45e0a85e21f6b39060f4e716cebf">process::io::poll</a></div><div class="ttdeci">Future&lt; short &gt; poll(int_fd fd, short events)</div><div class="ttdoc">Returns the events (a subset of the events specified) that can be performed on the specified file des...</div></div>
 <div class="ttc" id="namespaceprocess_1_1io_html_ab9c4a52a88fcc9983438e391643424ca"><div class="ttname"><a href="namespaceprocess_1_1io.html#ab9c4a52a88fcc9983438e391643424ca">process::io::redirect</a></div><div class="ttdeci">Future&lt; Nothing &gt; redirect(int_fd from, Option&lt; int_fd &gt; to, size_t chunk=4096, const std::vector&lt; lambda::function&lt; void(const std::string &amp;)&gt;&gt; &amp;hooks={})</div><div class="ttdoc">Redirect output from the &amp;#39;from&amp;#39; file descriptor to the &amp;#39;to&amp;#39; file descriptor (or /dev/null if &amp;#39;to&amp;#39; is ...</div></div>
@@ -120,7 +121,6 @@
 <div class="ttc" id="namespaceprocess_1_1io_html_a49105dc036ad04225c92bd673da5ce39"><div class="ttname"><a href="namespaceprocess_1_1io.html#a49105dc036ad04225c92bd673da5ce39">process::io::write</a></div><div class="ttdeci">Future&lt; size_t &gt; write(int_fd fd, const void *data, size_t size)</div><div class="ttdoc">Performs a single non-blocking write by polling on the specified file descriptor until data can be be...</div></div>
 <div class="ttc" id="nothing_8hpp_html"><div class="ttname"><a href="nothing_8hpp.html">nothing.hpp</a></div></div>
 <div class="ttc" id="namespaceprocess_1_1io_html_ab005316d71b45c5b05de0a6234c6f8fc"><div class="ttname"><a href="namespaceprocess_1_1io.html#ab005316d71b45c5b05de0a6234c6f8fc">process::io::WRITE</a></div><div class="ttdeci">const short WRITE</div><div class="ttdoc">A possible event while polling. </div><div class="ttdef"><b>Definition:</b> io.hpp:39</div></div>
-<div class="ttc" id="namespaceos_1_1stat_html_aac17a91dd3f91341b8c4021025e89b04"><div class="ttname"><a href="namespaceos_1_1stat.html#aac17a91dd3f91341b8c4021025e89b04">os::stat::size</a></div><div class="ttdeci">Try&lt; Bytes &gt; size(const std::string &amp;path, const FollowSymlink follow=FOLLOW_SYMLINK)</div><div class="ttdef"><b>Definition:</b> stat.hpp:88</div></div>
 <div class="ttc" id="future_8hpp_html"><div class="ttname"><a href="future_8hpp.html">future.hpp</a></div></div>
 <div class="ttc" id="namespaceos_html_ae19e4161a51b86a1f330f3bf1dc75389"><div class="ttname"><a href="namespaceos.html#ae19e4161a51b86a1f330f3bf1dc75389">os::process</a></div><div class="ttdeci">Result&lt; Process &gt; process(pid_t pid)</div><div class="ttdef"><b>Definition:</b> freebsd.hpp:30</div></div>
 <div class="ttc" id="namespaceprocess_1_1io_html_a4c34d22e475e29f12ac739921dcc580f"><div class="ttname"><a href="namespaceprocess_1_1io.html#a4c34d22e475e29f12ac739921dcc580f">process::io::read</a></div><div class="ttdeci">Future&lt; size_t &gt; read(int_fd fd, void *data, size_t size)</div><div class="ttdoc">Performs a single non-blocking read by polling on the specified file descriptor until any data can be...</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/ba48e30e/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2limiter_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2limiter_8hpp_source.html b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2limiter_8hpp_source.html
index a8ae332..05d9b0b 100644
--- a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2limiter_8hpp_source.html
+++ b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2limiter_8hpp_source.html
@@ -247,7 +247,7 @@
 <div class="ttc" id="classprocess_1_1Promise_html_a989b8dfa7eb2633de3f0f25ac2b87943"><div class="ttname"><a href="classprocess_1_1Promise.html#a989b8dfa7eb2633de3f0f25ac2b87943">process::Promise::set</a></div><div class="ttdeci">bool set(const T &amp;_t)</div><div class="ttdef"><b>Definition:</b> future.hpp:697</div></div>
 <div class="ttc" id="timeout_8hpp_html"><div class="ttname"><a href="timeout_8hpp.html">timeout.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1Future_html_a1b80bf321358be44880d9c6bae5d9a2d"><div class="ttname"><a href="classprocess_1_1Future.html#a1b80bf321358be44880d9c6bae5d9a2d">process::Future::onDiscard</a></div><div class="ttdeci">const Future&lt; T &gt; &amp; onDiscard(DiscardCallback &amp;&amp;callback) const </div><div class="ttdef"><b>Definition:</b> future.hpp:1177</div></div>
-<div class="ttc" id="classprocess_1_1ProcessBase_html"><div class="ttname"><a href="classprocess_1_1ProcessBase.html">process::ProcessBase</a></div><div class="ttdef"><b>Definition:</b> process.hpp:68</div></div>
+<div class="ttc" id="classprocess_1_1ProcessBase_html"><div class="ttname"><a href="classprocess_1_1ProcessBase.html">process::ProcessBase</a></div><div class="ttdef"><b>Definition:</b> process.hpp:69</div></div>
 <div class="ttc" id="classprocess_1_1RateLimiter_html_aeba2f8234c93c3f34cd6de8fbc595b96"><div class="ttname"><a href="classprocess_1_1RateLimiter.html#aeba2f8234c93c3f34cd6de8fbc595b96">process::RateLimiter::acquire</a></div><div class="ttdeci">virtual Future&lt; Nothing &gt; acquire() const </div><div class="ttdef"><b>Definition:</b> limiter.hpp:182</div></div>
 <div class="ttc" id="dispatch_8hpp_html"><div class="ttname"><a href="dispatch_8hpp.html">dispatch.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1RateLimiterProcess_html_aba017815b6fb2fb21894733c26ccc7c6"><div class="ttname"><a href="classprocess_1_1RateLimiterProcess.html#aba017815b6fb2fb21894733c26ccc7c6">process::RateLimiterProcess::RateLimiterProcess</a></div><div class="ttdeci">RateLimiterProcess(int permits, const Duration &amp;duration)</div><div class="ttdef"><b>Definition:</b> limiter.hpp:65</div></div>
@@ -274,7 +274,7 @@
 <div class="ttc" id="classprocess_1_1Promise_html_a8f50fcfd7ddb6dd39ec2cd468377cd5d"><div class="ttname"><a href="classprocess_1_1Promise.html#a8f50fcfd7ddb6dd39ec2cd468377cd5d">process::Promise::discard</a></div><div class="ttdeci">bool discard()</div><div class="ttdef"><b>Definition:</b> future.hpp:680</div></div>
 <div class="ttc" id="classprocess_1_1RateLimiter_html_a09f3220a7f68fb473745accc16847f45"><div class="ttname"><a href="classprocess_1_1RateLimiter.html#a09f3220a7f68fb473745accc16847f45">process::RateLimiter::~RateLimiter</a></div><div class="ttdeci">virtual ~RateLimiter()</div><div class="ttdef"><b>Definition:</b> limiter.hpp:174</div></div>
 <div class="ttc" id="id_8hpp_html"><div class="ttname"><a href="id_8hpp.html">id.hpp</a></div></div>
-<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a href="classprocess_1_1Process.html">process::Process</a></div><div class="ttdef"><b>Definition:</b> process.hpp:489</div></div>
+<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a href="classprocess_1_1Process.html">process::Process</a></div><div class="ttdef"><b>Definition:</b> process.hpp:490</div></div>
 <div class="ttc" id="defer_8hpp_html"><div class="ttname"><a href="defer_8hpp.html">defer.hpp</a></div></div>
 <div class="ttc" id="namespaceprocess_html_a8b27a2ef76eb133bf0ce7a5eea4fb77c"><div class="ttname"><a href="namespaceprocess.html#a8b27a2ef76eb133bf0ce7a5eea4fb77c">process::defer</a></div><div class="ttdeci">Deferred&lt; void()&gt; defer(const PID&lt; T &gt; &amp;pid, void(T::*method)())</div><div class="ttdef"><b>Definition:</b> defer.hpp:35</div></div>
 <div class="ttc" id="classprocess_1_1RateLimiter_html"><div class="ttname"><a href="classprocess_1_1RateLimiter.html">process::RateLimiter</a></div><div class="ttdef"><b>Definition:</b> limiter.hpp:42</div></div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/ba48e30e/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
index 7c1720f..22d499b 100644
--- a/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
+++ b/content/api/latest/c++/3rdparty_2libprocess_2include_2process_2logging_8hpp_source.html
@@ -155,7 +155,7 @@
 <div class="ttc" id="namespaceprocess_1_1http_html_ad8f400b5e54038df7e5662ec35da05fa"><div class="ttname"><a href="namespaceprocess_1_1http.html#ad8f400b5e54038df7e5662ec35da05fa">process::http::request</a></div><div class="ttdeci">Future&lt; Response &gt; request(const Request &amp;request, bool streamedResponse=false)</div><div class="ttdoc">Asynchronously sends an HTTP request to the process and returns the HTTP response once the entire res...</div></div>
 <div class="ttc" id="timeout_8hpp_html"><div class="ttname"><a href="timeout_8hpp.html">timeout.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1Logging_html_a33d14fbf25fd137a1482d43b9d81369c"><div class="ttname"><a href="classprocess_1_1Logging.html#a33d14fbf25fd137a1482d43b9d81369c">process::Logging::Logging</a></div><div class="ttdeci">Logging(Option&lt; std::string &gt; _authenticationRealm)</div><div class="ttdef"><b>Definition:</b> logging.hpp:28</div></div>
-<div class="ttc" id="classprocess_1_1ProcessBase_html"><div class="ttname"><a href="classprocess_1_1ProcessBase.html">process::ProcessBase</a></div><div class="ttdef"><b>Definition:</b> process.hpp:68</div></div>
+<div class="ttc" id="classprocess_1_1ProcessBase_html"><div class="ttname"><a href="classprocess_1_1ProcessBase.html">process::ProcessBase</a></div><div class="ttdef"><b>Definition:</b> process.hpp:69</div></div>
 <div class="ttc" id="classprocess_1_1ProcessBase_html_af0d1a6f8da798dfb2b6ea92550b8c6f5"><div class="ttname"><a href="classprocess_1_1ProcessBase.html#af0d1a6f8da798dfb2b6ea92550b8c6f5">process::ProcessBase::route</a></div><div class="ttdeci">void route(const std::string &amp;name, const Option&lt; std::string &gt; &amp;help, const HttpRequestHandler &amp;handler, const RouteOptions &amp;options=RouteOptions())</div><div class="ttdoc">Sets up a handler for HTTP requests with the specified name. </div></div>
 <div class="ttc" id="classDuration_html"><div class="ttname"><a href="classDuration.html">Duration</a></div><div class="ttdef"><b>Definition:</b> duration.hpp:32</div></div>
 <div class="ttc" id="classOption_html_a4e3bf8416d95246f43c91f1b5c309323"><div class="ttname"><a href="classOption.html#a4e3bf8416d95246f43c91f1b5c309323">Option::isSome</a></div><div class="ttdeci">bool isSome() const </div><div class="ttdef"><b>Definition:</b> option.hpp:108</div></div>
@@ -168,7 +168,7 @@
 <div class="ttc" id="structNone_html"><div class="ttname"><a href="structNone.html">None</a></div><div class="ttdef"><b>Definition:</b> none.hpp:27</div></div>
 <div class="ttc" id="classprocess_1_1Logging_html_a1ac031b63eb2a359579e55fc49c2c577"><div class="ttname"><a href="classprocess_1_1Logging.html#a1ac031b63eb2a359579e55fc49c2c577">process::Logging::set_level</a></div><div class="ttdeci">Future&lt; Nothing &gt; set_level(int level, const Duration &amp;duration)</div></div>
 <div class="ttc" id="3rdparty_2libprocess_2include_2process_2http_8hpp_html"><div class="ttname"><a href="3rdparty_2libprocess_2include_2process_2http_8hpp.html">http.hpp</a></div></div>
-<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a href="classprocess_1_1Process.html">process::Process</a></div><div class="ttdef"><b>Definition:</b> process.hpp:489</div></div>
+<div class="ttc" id="classprocess_1_1Process_html"><div class="ttname"><a href="classprocess_1_1Process.html">process::Process</a></div><div class="ttdef"><b>Definition:</b> process.hpp:490</div></div>
 <div class="ttc" id="libprocess_2include_2process_2process_8hpp_html"><div class="ttname"><a href="libprocess_2include_2process_2process_8hpp.html">process.hpp</a></div></div>
 <div class="ttc" id="classprocess_1_1Logging_html_af746e42f1e6f322b6902a2e5ffb84be8"><div class="ttname"><a href="classprocess_1_1Logging.html#af746e42f1e6f322b6902a2e5ffb84be8">process::Logging::~Logging</a></div><div class="ttdeci">virtual ~Logging()</div><div class="ttdef"><b>Definition:</b> logging.hpp:40</div></div>
 <div class="ttc" id="classprocess_1_1Timeout_html_a154543bc53bace270ac54a12b52a1833"><div class="ttname"><a href="classprocess_1_1Timeout.html#a154543bc53bace270ac54a12b52a1833">process::Timeout::remaining</a></div><div class="ttdeci">Duration remaining() const </div><div class="ttdef"><b>Definition:</b> timeout.hpp:77</div></div>