Uses of Class
com.intuit.karate.http.Request
-
Packages that use Request Package Description com.intuit.karate.core com.intuit.karate.http com.intuit.karate.job -
-
Uses of Request in com.intuit.karate.core
Fields in com.intuit.karate.core with type parameters of type Request Modifier and Type Field Description protected static ThreadLocal<Request>MockHandler. LOCAL_REQUESTMethods in com.intuit.karate.core that return Request Modifier and Type Method Description RequestScenarioEngine. getRequest()Methods in com.intuit.karate.core with parameters of type Request Modifier and Type Method Description ResponseMockHandler. handle(Request req)voidScenarioEngine. setRequest(Request request) -
Uses of Request in com.intuit.karate.http
Methods in com.intuit.karate.http that return Request Modifier and Type Method Description RequestRequestCycle. getRequest()RequestServerContext. getRequest()RequestHttpRequest. toRequest()Methods in com.intuit.karate.http that return types with arguments of type Request Modifier and Type Method Description java.util.function.Function<Request,ServerContext>ServerConfig. getContextFactory()java.util.function.Function<Request,HttpClient>ServerConfig. getHttpClientFactory()Methods in com.intuit.karate.http with parameters of type Request Modifier and Type Method Description ResponseResponseBuilder. buildStatic(Request request)RequestCycleRequestCycle. copy(Request request, Map<String,Object> variables)ResponseRequestHandler. handle(Request request)ResponseServerHandler. handle(Request request)Method parameters in com.intuit.karate.http with type arguments of type Request Modifier and Type Method Description ServerConfigServerConfig. contextFactory(java.util.function.Function<Request,ServerContext> value)ServerConfigServerConfig. httpClientFactory(java.util.function.Function<Request,HttpClient> value)Constructors in com.intuit.karate.http with parameters of type Request Constructor Description ServerContext(ServerConfig config, Request request)ServerContext(ServerConfig config, Request request, Map<String,Object> variables) -
Uses of Request in com.intuit.karate.job
Methods in com.intuit.karate.job with parameters of type Request Modifier and Type Method Description ResponseJobManager. handle(Request request)
-