- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testProxyMethod (0.09 seconds)
-
src/test/java/org/codelibs/curl/CurlRequestTest.java
} catch (IllegalArgumentException e) { assertTrue(e.getMessage().contains("method must not be null")); } } @Test public void testProxyMethod() { CurlRequest request = new CurlRequest(Method.GET, "https://example.com"); Proxy proxy = Proxy.NO_PROXY; CurlRequest result = request.proxy(proxy);
Created: Sat Dec 20 09:13:53 GMT 2025 - Last Modified: Mon Nov 24 03:10:07 GMT 2025 - 20.5K bytes - Click Count (0)