- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testUnsupportedEncodingThrowsException (0.21 seconds)
-
src/test/java/org/codelibs/curl/CurlRequestTest.java
request.param("special", "ñ€±"); // Should not throw exception assertNotNull(request); } @Test public void testUnsupportedEncodingThrowsException() { CurlRequest request = new CurlRequest(Method.GET, "https://example.com"); request.encoding("INVALID-ENCODING"); try { request.param("key", "value");
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 24.7K bytes - Click Count (0)