Interface RequestSupplier

All Superinterfaces:
Function<ServerUnderTest,HttpRequest<?>>
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 RequestSupplier extends Function<ServerUnderTest,HttpRequest<?>>
Allows defining an HttpRequest based on some property of the server (ie: Port).
Since:
3.8.3
Author:
Tim Yates