java-curl icon indicating copy to clipboard operation
java-curl copied to clipboard

Pure java CURL implementation

Results 15 java-curl issues
Sort by recently updated
recently updated
newest added

I added graalvm plugin and created native executable files. please check https://github.com/ozkanpakdil/java-curl/releases

Hi, When I tried to download a large file (more than 750Mo RPM file), an OutOfMemoryError was thrown. The error is still thrown with 2Go as Xmx. ``` java.lang.OutOfMemoryError: Java...

Hello, actually I'm doing some curl actions following redirections: ``` curl -c ./cookiejar -D ./headers -L 'https://www.myhostname.com' \ -v curl "https://www.myhostname.com/login/log" -b ./cookiejar -c ./cookiejar -D ./headers -L -H "Content-Type:...

您好, 想請問我能否自行 Handle SocketTimeoutException ?

java.lang.AssertionError: Expected :200 Actual :-1 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.roxstudio.utils.CUrlTest.customResolver(CUrlTest.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)...

I'm trying to upload a file using cURL and I keep getting an illegal reflective access error message. **Code:** ```java PrintWriter writer = new PrintWriter("ptz-move.xml", StandardCharsets.UTF_8); writer.println("-5001"); writer.close(); CUrl curl...

It is first to use this tool, and I don't know how to get response from it. For example, I curl a url like "https://www.github.com" then How can I see...

I think we can reuse our work to improve our respective libraries. Don't you mind if I look ? Thank you (https://github.com/libetl/curl)

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...

dependencies