MCPcopy Create free account
hub / github.com/amcewen/HttpClient / endOfStream

Method endOfStream

HttpClient.h:352–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 */
351 bool endOfBodyReached();
352 virtual bool endOfStream() { return endOfBodyReached(); };
353 virtual bool completed() { return endOfBodyReached(); };
354
355 /** Return the length of the body.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected