Uses of Interface
kong.unirest.core.HttpRequestSummary
Packages that use HttpRequestSummary
-
Uses of HttpRequestSummary in kong.unirest.core
Methods in kong.unirest.core that return HttpRequestSummaryModifier and TypeMethodDescriptionFailedResponse.getRequestSummary()HttpResponse.getRequestSummary()MockRawResponse.getRequestSummary()RawResponse.getRequestSummary()returns a lightweight read only summary of the request.RawResponseBase.getRequestSummary()HttpRequest.toSummary()Methods in kong.unirest.core with parameters of type HttpRequestSummaryModifier and TypeMethodDescriptionUniMetric.begin(HttpRequestSummary request) Factory method for a MetricContextdefault HttpResponse<?> Interceptor.onFail(Exception e, HttpRequestSummary request, Config config) Called in the case of a total failure.default voidInterceptor.onResponse(HttpResponse<?> response, HttpRequestSummary request, Config config) Called just after the request.Constructors in kong.unirest.core with parameters of type HttpRequestSummaryModifierConstructorDescriptionMockRawResponse(String responseBody, Headers responseHeaders, int status, String statusMessage, Config config, HttpRequestSummary summary) protectedRawResponseBase(Config config, HttpRequestSummary summary)