Interface SetCookieParser

All Known Implementing Classes:
RFC6265SetCookieParser

public interface SetCookieParser

A parser for Set-Cookie header values.

Differently from other HTTP headers, Set-Cookie cannot be multi-valued with values separated by commas, because cookies supports the Expires attribute whose value is an RFC 1123 date that contains a comma.