All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hexagonkt.http.model.CookieSameSite.kt Maven / Gradle / Ivy

Go to download

HTTP classes. These classes are shared among the HTTP client and the HTTP server.

There is a newer version: 3.7.0
Show newest version
package com.hexagonkt.http.model

enum class CookieSameSite {
    STRICT,
    LAX,
    NONE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy