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

uk.co.mruoc.rest.client.header.Header Maven / Gradle / Ivy

package uk.co.mruoc.rest.client.header;

public interface Header {

    String getName();

    String getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy