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

bdi.glue.http.common.Cookie Maven / Gradle / Ivy

package bdi.glue.http.common;

/**
 * @author @aloyer
 */
public interface Cookie {
    String name();
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy