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

io.getunleash.DefaultCustomHttpHeadersProviderImpl Maven / Gradle / Ivy

The newest version!
package io.getunleash;

import java.util.HashMap;
import java.util.Map;

public class DefaultCustomHttpHeadersProviderImpl implements CustomHttpHeadersProvider {
    @Override
    public Map getCustomHeaders() {
        return new HashMap<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy