Unit testing a Http client with Jetty Par Julien, mercredi 16 août 2006 à 02:35 :: Java :: #269 :: rss It is quite easy to run away when facing the need to test a Http connection. Indeed, you would probably need a Http server to be running, and you will think that this is complicated. The following shows that this is not has difficult as it seems, and that embedding a servlets container in your te