Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getRecordedRequestProperties (0.09 seconds)

  1. src/test/java/org/codelibs/curl/io/IOIntegrationTest.java

                List<String> list = new ArrayList<>();
                list.add(value);
                requestProperties.put(key, list);
            }
    
            public Map<String, List<String>> getRecordedRequestProperties() {
                return requestProperties;
            }
        }
    
        @Test
        public void test_GzipCompression_SetsAcceptEncodingHeader() throws Exception {
            // ## Arrange ##
    Created: Thu Apr 02 15:34:12 GMT 2026
    - Last Modified: Sat Mar 21 12:00:34 GMT 2026
    - 44.1K bytes
    - Click Count (0)
Back to Top