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

pl.fhframework.CommonHttpHeaders Maven / Gradle / Ivy

There is a newer version: 4.10.401
Show newest version
package pl.fhframework;

/**
 * Created by krzysztof.kobylarek on 2017-04-07.
 */
public class CommonHttpHeaders {

    public static final String JSESSIONID = "JSESSIONID";

    public static final String CSRF = "XSRF-TOKEN";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy