No results for

Powered byAlgolia
⚠️ This documentation is outdated. Please visit grafana.com for the latest k6 documentation.📚

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> }