This class represents a single HTTP connection. When an httpServer
receives a connection, an httpConnection is pushed to the user.
To send HTTP responses to a client, you can enqueue an httpResponse
object on the corresponding httpConnection.
author: Matt Welsh See Also:httpRequest See Also:httpResponse