| Class | HTTPServerWithSmarts | HTTPServerWithSmarts extends the HttpServer with POST methods that will |
| Class | SmartRequestHandler | Extend TestingHTTPRequestHandler to support smart client POSTs. |
| Class | TestCaseWithWebserver | A support class that provides readonly urls that are http://. |
| Class | TestCaseWithTwoWebservers | A support class providing readonly urls on two servers that are http://. |
| Class | ProxyServer | A proxy test server for http transports. |
| Class | RedirectRequestHandler | Redirect all request to the specified server |
| Class | HTTPServerRedirecting | An HttpServer redirecting to another server |
| Class | TestCaseWithRedirectedWebserver | A support class providing redirections from one server to another. |
| Class | AuthRequestHandler | Requires an authentication to process requests. |
| Class | BasicAuthRequestHandler | Implements the basic authentication of a request |
| Class | DigestAuthRequestHandler | Implements the digest authentication of a request. |
| Class | DigestAndBasicAuthRequestHandler | Implements a digest and basic authentication of a request. |
| Class | AuthServer | Extends HttpServer with a dictionary of passwords. |
| Class | DigestAuthServer | A digest authentication server |
| Class | HTTPAuthServer | An HTTP server requiring authentication |
| Class | ProxyAuthServer | A proxy server requiring authentication |
| Class | HTTPBasicAuthServer | An HTTP server requiring basic authentication |
| Class | HTTPDigestAuthServer | An HTTP server requiring digest authentication |
| Class | HTTPBasicAndDigestAuthServer | An HTTP server requiring basic or digest authentication |
| Class | ProxyBasicAuthServer | A proxy server requiring basic authentication |
| Class | ProxyDigestAuthServer | A proxy server requiring basic authentication |
| Class | ProxyBasicAndDigestAuthServer | An proxy server requiring basic or digest authentication |