Interface IWebServerRequestPrinter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IWebServerRequestPrinter
Simple interface that can be added to interact with a URL in order to produce a very simple reply to a servlet request.
Author:
Christopher Mindus