Get the active cookie jar.
import http from 'k6/http';export default function () { let jar = http.cookieJar();}