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

Method send

3rdparty/libprocess/src/http.cpp:1485–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483
1484
1485Future<Response> Connection::send(
1486 const http::Request& request,
1487 bool streamedResponse)
1488{
1489 return dispatch(
1490 data->process,
1491 &internal::ConnectionProcess::send,
1492 request,
1493 streamedResponse);
1494}
1495
1496
1497Future<Nothing> Connection::disconnect()

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected