cookieAbsent

Requires that the request does not contain a cookie with name.

Example:

mokksy.get {
path("/anonymous")
cookieAbsent("session")
}

Return

The same instance of RequestSpecificationBuilder.

Parameters

name

Cookie name that must be absent.