A simple web server that uses the Swazoo HTTP classes. RequiresSwazoo-HTTP. This provides the bare minimum Squeak-specific functionality to listen for and process HTTP requests on a Socket. Users should subclass the SwazooListener class and override the #responseForRequest: method. To start a listener on a specific port, see the class-side #startOn: method. This is intended to be used with frameworks such asSeasidethat provide their own request resolution, session management, authentication, and so on. If you need a more full featured web server, seeSwazoo-Serverfor the original portable Swazoo server implementation.