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 */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected