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

com.taboola.backstage.model.RequestHeader Maven / Gradle / Ivy

package com.taboola.backstage.model;

/**
 * Created on 10/21/20.
 */
public interface RequestHeader {
    String getName();
    String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy