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

express.http.SameSite Maven / Gradle / Ivy

The newest version!
package express.http;

/**
 * @author Simon Reinisch
 */
public enum SameSite {
    STRICT,
    LAX
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy