Interface Response<T>

  • Type Parameters:
    T - the type of the payload.

    public interface Response<T>
    Represents a Http response and can be used as returned type of a Request method.