Interface HTTPRequestSupplier<T extends HTTPRequest>

Type Parameters:
T - A specific HTTPRequest type
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 HTTPRequestSupplier<T extends HTTPRequest>
A functional interface for creating HTTPRequests.

This may be useful to an application using parsers of this library for creating special subtypes of HTTPRequests, since the parsers would otherwise only create instances of regular HTTPRequests, possibly limiting the application.

Since:
1.2.1
See Also: