com.github.sitture.unirestcurl.RequestLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unirest-curl Show documentation
Show all versions of unirest-curl Show documentation
An interceptor to log Unirest requests as curl requests.
package com.github.sitture.unirestcurl;
public interface RequestLogger {
void log(String message);
}