MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / PendingHTTPTask

Class PendingHTTPTask

plugins/HTTPServer/HTTPServer.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 };
244
245 class PendingHTTPTask : public HTTPTask {
246 public:
247 PendingHTTPTask(HTTPReply& r, HTTPRequest& rq, bool noBody): HTTPTask(r, noBody), request(rq), reply(r) {};
248 HTTPRequest request;
249 HTTPReply reply;
250 };
251
252 std::vector<HTTPTask> processingTasks; // tasks working
253 std::vector<PendingHTTPTask> pendingTasks; // tasks waiting

Callers 1

generatePageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected