wwwutil was developed as a Java library so that you it can be used for HTTP processing.
The package contains utility classes for parsing HTTP headers and handling HTTP protocol with different encodings. Please note that this is not a complete framework like the apache commons but just a collections of utility classes used with my Bremsserver software and other projects.
Here are some key features of "wwwutil":
· Parse HTTP request.
· Parse response from CGI and HTTP-Servers.
· Write HTTP response to the output stream.
· Write and read the chunked-encoding.
· Provide Java - Exceptions for some HTTP errors.
Requirements:
· Java