Uses of Class
com.intuit.karate.http.Request
Packages that use Request
-
Uses of Request in com.intuit.karate.core
Fields in com.intuit.karate.core with type parameters of type RequestModifier and TypeFieldDescriptionprotected static final ThreadLocal<Request>MockHandler.LOCAL_REQUESTMethods in com.intuit.karate.core that return RequestMethods in com.intuit.karate.core with parameters of type Request -
Uses of Request in com.intuit.karate.http
Methods in com.intuit.karate.http that return RequestModifier and TypeMethodDescriptionRequestCycle.getRequest()ServerContext.getRequest()HttpRequest.toRequest()Methods in com.intuit.karate.http that return types with arguments of type RequestModifier and TypeMethodDescriptionServerConfig.getContextFactory()ServerConfig.getHttpClientFactory()Methods in com.intuit.karate.http with parameters of type RequestMethod parameters in com.intuit.karate.http with type arguments of type RequestModifier and TypeMethodDescriptionServerConfig.contextFactory(Function<Request, ServerContext> value) ServerConfig.httpClientFactory(Function<Request, HttpClient> value) Constructors in com.intuit.karate.http with parameters of type RequestModifierConstructorDescriptionServerContext(ServerConfig config, Request request) ServerContext(ServerConfig config, Request request, Map<String, Object> variables)