Module org.htmlunit

Class CookieParser

java.lang.Object
org.htmlunit.http.CookieParser

public final class CookieParser extends Object
Cookie parser based on the HTTP cookie specification. - RFC 2109 and RFC 2965 (versioned cookies) - Netscape cookie specification - Cookie attributes: Domain, Path, Expires, Max-Age, Secure, HttpOnly, SameSite
Author:
Ronald Brill