HTTPClient.getResponseBodyLength

Returns the response's body length. Note: Some Web servers may not send a body length. In this case, the value returned will be -1. If using chunked transfer encoding, the body length will also be -1.

struct HTTPClient
@nogc nothrow const
long
getResponseBodyLength
()

Meta