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

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