Interface ResponseCookie.Parser

Enclosing class:
ResponseCookie

public static interface ResponseCookie.Parser
Contract to parse "Set-Cookie" headers.
Since:
7.0
Author:
Rossen Stoyanchev, Brian Clozel
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String header)
    Parse the given header.
    default org.springframework.util.MultiValueMap<String, ResponseCookie>
    parse(List<String> headers)
    Convenience method to parse a list of headers into a MultiValueMap.