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

co.freeside.betamax.proxy.handler.HttpHandler.groovy Maven / Gradle / Ivy

Go to download

Betamax is a Groovy record/playback proxy for stubbing access to external HTTP resources when testing. Inspired by Ruby's VCR.

There is a newer version: 1.1.2
Show newest version
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