SessionTransportCookie
class SessionTransportCookie(val name: String, val configuration: CookieConfiguration, val transformers: List<SessionTransportTransformer>) : SessionTransport
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>)