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

Java bindings for libcurl

                              _   _ ____  _     
                          ___| | | |  _ \| |    
                         / __| | | | |_) | |    
                        | (__| |_| |  _ <| |___ 
                         \___|\___/|_| \_\_____|

                            Java Interface

This is not a complete implementation of a libcurl interface. I've made the core work and it needs additional code to be added to get the rest of the stuff supported.

The interface is not set yet, bring your suggestions!

Feel free to grab the source files in here and help out!

The 'test.java' is the actual program that uses the curl stuff.

  • Makefile updated March 2010 to compile on Macintosh by Paul Legato (pjlegato at gmail dot com)