public RequestWrapper(HttpRequestConfig httpConfig) { this.httpConfig = httpConfig; }
public RequestWrapper() { this.httpConfig = new HttpRequestConfig(); }