- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGetHeaderValueMultipleValues (0.65 seconds)
-
src/test/java/org/codelibs/curl/CurlResponseTest.java
assertArrayEquals(new String[] { "application/json", "text/html" }, acceptValuesLowercase); assertArrayEquals(new String[0], missingValues); } @Test public void testGetHeaderValueMultipleValues() { CurlResponse response = new CurlResponse(); Map<String, List<String>> headers = new HashMap<>(); headers.put("Accept", Arrays.asList("application/json", "text/html"));
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 17.7K bytes - Click Count (0)