MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / ExpectMoreData

Method ExpectMoreData

cpp/src/platform/HttpClient.h:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 unsigned int GetContentLen() const { return _contentLen; }
285 bool ChunkedTransfer() const { return _chunkedTransfer; }
286 bool ExpectMoreData() const { return _remaining || _chunkedTransfer; }
287
288 const Request &GetCurrentRequest() const { return _curRequest; }
289 const char *Hdr(const char *h) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected