MCPcopy Create free account
hub / github.com/3rdparty/libprocess / ConnectionProcess

Method ConnectionProcess

src/http.cpp:1129–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127{
1128public:
1129 ConnectionProcess(const network::Socket& _socket)
1130 : ProcessBase(ID::generate("__http_connection__")),
1131 socket(_socket),
1132 sendChain(Nothing()),
1133 close(false) {}
1134
1135 Future<Response> send(const Request& request, bool streamedResponse)
1136 {

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected