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

Method endOfHeadersReached

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

Test whether all of the response headers have been consumed. @return true if we are now processing the response body, else false */

Source from the content-addressed store, hash-verified

343 @return true if we are now processing the response body, else false
344 */
345 bool endOfHeadersReached() { return (iState == eReadingBody); };
346
347 /** Test whether the end of the body has been reached.
348 Only works if the Content-Length header was returned by the server

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected