
net.anthavio.httl.HttlBuilderVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hatatitla Show documentation
Show all versions of hatatitla Show documentation
Compact but tweakable REST client library you have been dreaming of
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