Interface Fetch

All Superinterfaces:
Function<String,Response>

public interface Fetch extends Function<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.