Uses of Class
com.intuit.karate.http.HttpRequest
-
Packages that use HttpRequest Package Description com.intuit.karate com.intuit.karate.core com.intuit.karate.http -
-
Uses of HttpRequest in com.intuit.karate
Methods in com.intuit.karate with parameters of type HttpRequest Modifier and Type Method Description default voidRuntimeHook. afterHttpCall(HttpRequest request, Response response, ScenarioRuntime sr)default voidRuntimeHook. beforeHttpCall(HttpRequest request, ScenarioRuntime sr)StringPerfHook. getPerfEventName(HttpRequest request, ScenarioRuntime sr) -
Uses of HttpRequest in com.intuit.karate.core
Methods in com.intuit.karate.core that return HttpRequest Modifier and Type Method Description HttpRequestScenarioEngine. getHttpRequest() -
Uses of HttpRequest in com.intuit.karate.http
Methods in com.intuit.karate.http that return HttpRequest Modifier and Type Method Description HttpRequestHttpRequestBuilder. build()Methods in com.intuit.karate.http with parameters of type HttpRequest Modifier and Type Method Description static StringHttpLogger. getStatusFailureMessage(int expected, Config config, HttpRequest request, Response response)ResponseApacheHttpClient. invoke(HttpRequest request)ResponseArmeriaHttpClient. invoke(HttpRequest request)ResponseHttpClient. invoke(HttpRequest request)voidHttpLogger. logRequest(Config config, HttpRequest request)voidHttpLogger. logResponse(Config config, HttpRequest request, Response response)
-