- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testMultipleEncodingCallsBeforeParam (0.43 sec)
-
src/test/java/org/codelibs/curl/CurlRequestTest.java
// Setting proxy to null should work request.proxy(null); assertNull(request.proxy()); } @Test public void testMultipleEncodingCallsBeforeParam() { CurlRequest request = new CurlRequest(Method.GET, "https://example.com"); // Multiple encoding calls should work as long as no params are added yet request.encoding("UTF-8");Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Mon Nov 24 03:10:07 UTC 2025 - 20.5K bytes - Viewed (0)