co.freeside.betamax.proxy.handler.HttpHandler.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of betamax Show documentation
Show all versions of betamax Show documentation
Betamax is a Groovy record/playback proxy for stubbing access to external HTTP resources when testing. Inspired by Ruby's VCR.
package co.freeside.betamax.proxy.handler
import co.freeside.betamax.message.Request
import co.freeside.betamax.message.Response
interface HttpHandler {
Response handle(Request request)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy