MessageMetrics.getRequestBodyBytesSent

Get the number of bytes sent to the network for the request body.

This is the size of the body sent, after encodings are applied, so it might be greater than the value returned by soup.message_metrics.MessageMetrics.getRequestBodySize. This value is available right before signalMessage::wrote-body signal is emitted, but you might get an intermediate value if called before.

class MessageMetrics
ulong
getRequestBodyBytesSent
()

Return Value

Type: ulong

the request body bytes sent