se.fortnox.reactivewizard.client.PreRequestHook Maven / Gradle / Ivy
package se.fortnox.reactivewizard.client;
/**
* Provides means of modifying an outgoing request before it is sent.
*/
public interface PreRequestHook {
void apply(RequestBuilder request);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy