com.github.tomakehurst.wiremock.http.HttpResponder Maven / Gradle / Ivy
package com.github.tomakehurst.wiremock.http;
public interface HttpResponder {
void respond(Request request, Response response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy