get_response_body_size


Description:

public uint64 get_response_body_size ()

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:SoupMessageMetrics:got-body ] signal is emitted, but you might get an intermediate value if called before.

Parameters:

this

a MessageMetrics

Returns:

the response body size