public interface Fetch extends java.util.function.Function<java.lang.String,Response>
Function that is used to fetch the content from the esi-include src
Gets the src url as argument.
Needs to return a Response-Objekt with the content and status of the request.