Łukasz Dróżdż
Łukasz Dróżdż
Java 8 has gone to GA in 2014 and, as of 2022, only receives security updates. Additionally, moving to an 11+ version would let us get rid of external dependencies...
For compatibility with curl(1), allow specifying the _-d | -data_ parameter more than once. Form curl manpage: > If any of these options is used more than once on the...
Support specifying path parameters (e.g. userId, streamId etc.) via command line and JCurl.Builder. To be decided: - command line parameter name (suggestion: _-p -path_) - command line URL placeholder syntax...
JCurl.Builder sets a number of global JVM properties (keystore/truststore config, proxy, SSL debugging). This is potentially dangerous when used as a library. Investigate and implement an alternative approach.