Uses of Class
com.intuit.karate.http.RequestCycle
-
Packages that use RequestCycle Package Description com.intuit.karate.http -
-
Uses of RequestCycle in com.intuit.karate.http
Methods in com.intuit.karate.http that return RequestCycle Modifier and Type Method Description RequestCycleRequestCycle. copy(Request request, Map<String,Object> variables)static RequestCycleRequestCycle. get()RequestCycleServerContext. getMockRequestCycle()protected static RequestCycleRequestCycle. init(KarateTemplateEngine te, ServerContext context)Methods in com.intuit.karate.http with parameters of type RequestCycle Modifier and Type Method Description voidServerContext. setMockRequestCycle(RequestCycle mockRequestCycle)Constructors in com.intuit.karate.http with parameters of type RequestCycle Constructor Description ResponseBuilder(ServerConfig config, RequestCycle requestCycle)
-