express.http.SameSite Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-express Show documentation
Show all versions of java-express Show documentation
HTTP Framework based on expressjs, no dependencies, simple usage.
The newest version!
package express.http;
/**
* @author Simon Reinisch
*/
public enum SameSite {
STRICT,
LAX
}