All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.plaid.client.http.WireLogger Maven / Gradle / Ivy

There is a newer version: 29.0.0
Show newest version
package com.plaid.client.http;

import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpRequestBase;

import com.fasterxml.jackson.databind.JsonNode;

public interface WireLogger {

	void logRequestResponsePair(HttpRequestBase request, CloseableHttpResponse response);
	
	void logRequestResponsePair(HttpRequestBase request, CloseableHttpResponse response, JsonNode jsonResponseBody);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy