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

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

There is a newer version: 0.32
Show newest version
package io.github.mike10004.vhs;

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

/**
 * Interface that defines a method to intercept a request.
 */
public interface ResponseInterceptor {

    HttpRespondable intercept(ParsedRequest request, HttpRespondable respondable);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy