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

Method contentLength

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

Return the length of the body. @return Length of the body, in bytes, or kNoContentLengthHeader if no Content-Length header was returned by the server */

Source from the content-addressed store, hash-verified

357 Content-Length header was returned by the server
358 */
359 int contentLength() { return iContentLength; };
360
361 // Inherited from Print
362 // Note: 1st call to these indicates the user is sending the body, so if need

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected