Uses of Class
io.hyperfoil.http.api.FollowRedirect
-
Packages that use FollowRedirect Package Description io.hyperfoil.http.api io.hyperfoil.http.config io.hyperfoil.http.steps -
-
Uses of FollowRedirect in io.hyperfoil.http.api
Methods in io.hyperfoil.http.api that return FollowRedirect Modifier and Type Method Description static FollowRedirectFollowRedirect. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FollowRedirect[]FollowRedirect. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FollowRedirect in io.hyperfoil.http.config
Methods in io.hyperfoil.http.config that return FollowRedirect Modifier and Type Method Description FollowRedirectHttpErgonomics. followRedirect()Methods in io.hyperfoil.http.config with parameters of type FollowRedirect Modifier and Type Method Description HttpErgonomicsHttpErgonomics. followRedirect(FollowRedirect followRedirect) -
Uses of FollowRedirect in io.hyperfoil.http.steps
Methods in io.hyperfoil.http.steps with parameters of type FollowRedirect Modifier and Type Method Description HttpResponseHandlersImpl.BuilderHttpResponseHandlersImpl.Builder. followRedirect(FollowRedirect followRedirect)Automatically fire requests when the server responds with redirection.
-