Menu
Open source

cookieJar()

Get the active cookie jar.

TypeDescription
CookieJarA CookieJar object.

Example

JavaScript
import http from 'k6/http';

export default function () {
  const jar = http.cookieJar();
}