@@ -71,19 +71,19 @@ public MyCustomHeaders() {}
7171 public Map <String , List <String >> getHeaderOverrides () {
7272 return new HashMap <String , List <String >>()
7373 {{
74- put ("first" , List . of ("1" ));
75- put ("SplitSDKVersion" , List . of ("2.4" ));
76- put ("SplitMachineip" , List . of ("xx" ));
77- put ("splitMachineName" , List . of ("xx" ));
78- put ("splitimpressionsmode" , List . of ("xx" ));
79- put ("HOST" , List . of ("xx" ));
80- put ("referrer" , List . of ("xx" ));
81- put ("content-type" , List . of ("xx" ));
82- put ("content-length" , List . of ("xx" ));
83- put ("content-encoding" , List . of ("xx" ));
84- put ("ACCEPT" , List . of ("xx" ));
85- put ("keep-alive" , List . of ("xx" ));
86- put ("x-fastly-debug" , List . of ("xx" ));
74+ put ("first" , Arrays . asList ("1" ));
75+ put ("SplitSDKVersion" , Arrays . asList ("2.4" ));
76+ put ("SplitMachineip" , Arrays . asList ("xx" ));
77+ put ("splitMachineName" , Arrays . asList ("xx" ));
78+ put ("splitimpressionsmode" , Arrays . asList ("xx" ));
79+ put ("HOST" , Arrays . asList ("xx" ));
80+ put ("referrer" , Arrays . asList ("xx" ));
81+ put ("content-type" , Arrays . asList ("xx" ));
82+ put ("content-length" , Arrays . asList ("xx" ));
83+ put ("content-encoding" , Arrays . asList ("xx" ));
84+ put ("ACCEPT" , Arrays . asList ("xx" ));
85+ put ("keep-alive" , Arrays . asListf ("xx" ));
86+ put ("x-fastly-debug" , Arrays . asList ("xx" ));
8787
8888 }};
8989 }
0 commit comments