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

io.split.client.CustomHeaderDecorator Maven / Gradle / Ivy

The newest version!
package io.split.client;

import io.split.client.dtos.RequestContext;

import java.util.Map;
import java.util.List;

public interface CustomHeaderDecorator
{
    /**
     * Get the additional headers needed for all http operations
     * @return HashMap of addition headers
     */
    Map> getHeaderOverrides(RequestContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy