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

io.github.mike10004.vhs.ResponseInterceptor Maven / Gradle / Ivy

package io.github.mike10004.vhs;

import io.github.mike10004.vhs.HttpRespondable;
import io.github.mike10004.vhs.harbridge.ParsedRequest;

public interface ResponseInterceptor {

    HttpRespondable intercept(ParsedRequest request, HttpRespondable respondable);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy