getResponseBodySize

fun getResponseBodySize(): <Error class: unknown class>

Get the response body size in bytes.

This is the size of the body as given to the user after all encodings are applied, so it might be greater than the value returned by method@MessageMetrics.get_response_body_bytes_received. This value is available right before signal@Message::got-body signal is emitted, but you might get an intermediate value if called before.

Return

the response body size