Datasets:

ArXiv:
License:
denisko's picture
cnanged dir structure and removed features file
3e77472
package httpcli.adapter;
import httpcli.RequestBody;
public interface ReqBodyAdapter<T> {
public RequestBody parse(T obj) throws Exception;
}