responseSize property
The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.
Implementation
core.String? responseSize;
The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.
core.String? responseSize;