MCPcopy Create free account
hub / github.com/apache/mesos / HttpResponseEncoder

Method HttpResponseEncoder

3rdparty/libprocess/src/encoder.hpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144{
145public:
146 HttpResponseEncoder(
147 const http::Response& response,
148 const http::Request& request)
149 : DataEncoder(encode(response, request)) {}
150
151 static std::string encode(
152 const http::Response& response,

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected