1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 19:45:04 -05:00
curl/java/README

18 lines
663 B
Plaintext
Raw Normal View History

2001-04-10 11:41:36 -04: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.
2001-04-10 11:41:36 -04:00
The interface is not set yet, bring your suggestions!
Feel free to grab the source files in here and help out!
2001-09-10 08:15:17 -04:00
The 'test.java' is the actual program that uses the curl stuff.