org.jsoftware.restclient.RestClientCall Maven / Gradle / Ivy
package org.jsoftware.restclient;
/**
* Request builder for OPTIONS, HEAD, DELETE, GET http methods.
* @author szalik
*/
public interface RestClientCall extends BaseRestClientCall {
}