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

net.anthavio.httl.HttlBuilderVisitor Maven / Gradle / Ivy

The newest version!
package net.anthavio.httl;


/**
 * Allows modification of HttlRequest just before it gets executed
 * 
 * @author martin.vanek
 *
 */
public interface HttlBuilderVisitor {

	/**
	 * @param builder - enjoy!
	 */
	public void visit(HttlRequestBuilder builder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy