DownZLibrary icon indicating copy to clipboard operation
DownZLibrary copied to clipboard

DownZ is a Http Library that makes networking for Android apps easier and faster

Results 2 DownZLibrary issues
Sort by recently updated
recently updated
newest added

It would be really helpful if you could give some `error code` to specify why the request did not succeed. ```java @Override onError(ErrorCode internalCode, StatusCode httpCode) { // at least...