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

Method completed

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

Source from the content-addressed store, hash-verified

351 bool endOfBodyReached();
352 virtual bool endOfStream() { return endOfBodyReached(); };
353 virtual bool completed() { return endOfBodyReached(); };
354
355 /** Return the length of the body.
356 @return Length of the body, in bytes, or kNoContentLengthHeader if no

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected