No results for

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

cookieJar()

Get the active cookie jar.

TypeDescription
CookieJarA CookieJar object.

Example

import http from 'k6/http';
export default function () {
const jar = http.cookieJar();
}