| Client | |
| Connection | The connection is a thread-of-service spanwed by the Daemon. |
| ContentOracle | The content oracle is a very special class. |
| Daemon | As in most HTTP implementations, the Daemon opens a port, listens for
incoming connections, and then spawns the connections to serve that
connection. |
| Protocol | This class captures the essential messages in the HTTP protocol. |
| ProtocolResponseHeader | |
| Request | The request class encapsulates an HTTP request. |
| Response | The response class encapsulates an HTTP response. |
| StreamingOracle | |