- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testUnsupportedEncodingThrowsException (1.99 sec)
-
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");
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 20.5K bytes - Viewed (0)