Interface HttpRequest<T>

Type Parameters:
T - The type of the expected response.

public interface HttpRequest<T>
Defines an interface of an HTTP request. The request is typed to the class of the expected response.