Http 2.0 Publisher's description
http is a small library of Java classes to let you do HTTP
CGI GET and POST to a server. It will also encode parameter
pairs for you.
It does nothing on its own. It is intended to be
incorporated into your own programs.
To see a sample use have a look at the
com.mindprod.submitter package, downloadable at
http://mindprod.com/products1.html#SUBMITTER
Requirements: Java 1.5+
What's new in this version: major refactoring. Now setParms and setPostParms separately
|