Uses of Class
io.github.kaposke.hooks.model.Request
Packages that use Request
-
Uses of Request in io.github.kaposke.hooks.model
Methods in io.github.kaposke.hooks.model that return RequestMethods in io.github.kaposke.hooks.model with parameters of type RequestModifier and TypeMethodDescriptionvoidHook.afterResponse(Request request, Response response) Is called after the response has returnedvoidHook.beforeRequest(Request request) Is called before the request is made to the APIvoidIs called when an error occurs in the SDKstatic okhttp3.RequestRequest.toOkHttpRequest(Request hookRequest)