1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/java
2001-05-11 14:07:58 +00:00
..
CurlGlue.java initial java interface commit: IT DOES NOT WORK 2001-04-10 15:29:32 +00:00
CurlWrite.java initial java interface commit: IT DOES NOT WORK 2001-04-10 15:29:32 +00:00
define2java.pl C header to java converter 2001-04-10 15:30:01 +00:00
javacurl.c works! 2001-04-18 14:05:44 +00:00
Makefile added Linux hints 2001-04-11 10:03:14 +00:00
README changed wording to make it more obvious I don't continuously work on this. 2001-05-11 14:07:58 +00:00
test.java initial java interface commit: IT DOES NOT WORK 2001-04-10 15:29:32 +00:00

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

                                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!