In my proposal as drafted, I assumed Jetty.
If we want to support some additional set of server implementations, we will
have to define an abstract version of Handler, and perhaps other types, that
would be adaptable to all of those implementations.
To do that, we would have to have some set of
Would it be practical to remove the dependency on Jetty from the
HttpService interface? I admit that I don't know a lot about this area of
the code, but I noticed that the current HttpService public interface
doesn't have any dependencies on Jetty (except the getHttpService() method,
which would be