No results for

Powered byAlgolia
⚠️ This is the archived documentation for k6 v0.47. Go to the latest version.

Similar to Playwright's request.sizes(), this method returns the size (in bytes) of body and header sections of the Request.

Returns

TypeDescription
object{ body: <bytes>, headers: <bytes> }