MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / StreamThreadHttp

Method StreamThreadHttp

src/output/StreamThreadHttp.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35// =========================================================================
36
37StreamThreadHttp::StreamThreadHttp(
38 StreamInterface &stream) :
39 StreamThreadBase("HTTP", stream) {}
40
41StreamThreadHttp::~StreamThreadHttp() {
42 terminateThread();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected