/* basicweb.Agent.java
* $Id, $Date eric Exp $
* (c) COPYRIGHT MIT and INRIA, 1997.
* Please first read the full copyright statement in file COPYRIGHT.html
*
* Do not taunt super-happy-fun-code.
*/
/*
A web agent is any program that takes part in some part of an http request/reply conversation.
Basicweb agents include:
Client - A simple program that recieves request
instructions from its command line arguments.
Server - Listens for connections on a given port and
serves simple HTTP requests like GET and PUT.
ProxyServer - Listens for connections like a server does,
but uses ProxyClient to refer them to another server to be answered.