aboutsummaryrefslogtreecommitdiff
path: root/java/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 07:46:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 07:46:45 +0000
commit2a07626aa8dcf601eb575cac4c8817fa0e8e245e (patch)
tree997369d285ee134226b75c47e211296bb92e332b /java/README
parent91275548528859f882c87c2131d3c96a0abd5938 (diff)
moved to the java module
Diffstat (limited to 'java/README')
-rw-r--r--java/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/java/README b/java/README
deleted file mode 100644
index 5274bb2fa..000000000
--- a/java/README
+++ /dev/null
@@ -1,17 +0,0 @@
- _ _ ____ _
- ___| | | | _ \| |
- / __| | | | |_) | |
- | (__| |_| | _ <| |___
- \___|\___/|_| \_\_____|
-
- 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.