Package io.split.client
Interface CustomHeaderDecorator
-
public interface CustomHeaderDecorator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>getHeaderOverrides(RequestContext context)Get the additional headers needed for all http operations
-
-
-
Method Detail
-
getHeaderOverrides
Map<String,List<String>> getHeaderOverrides(RequestContext context)
Get the additional headers needed for all http operations- Returns:
- HashMap of addition headers
-
-