SessionTransportCookie
class SessionTransportCookie(name: String, configuration: CookieConfiguration, transformers: List<SessionTransportTransformer>) : SessionTransport
Content copied to clipboard
A session transport that adds the Set-Cookie
header and reads the Cookie
header for the specified cookie name, and a specific cookie configuration after applying/un-applying the specified transforms defined by transformers.
Constructors
Link copied to clipboard
fun SessionTransportCookie(name: String, configuration: CookieConfiguration, transformers: List<SessionTransportTransformer>)
Content copied to clipboard