postRequest<T> method

BuildRequest<T> postRequest<T>()

Implementation

BuildRequest<T> postRequest<T>() => BuildRequest(HttpMethod.POST,this);