Uses of Class
brave.http.HttpClientResponse
-
-
Uses of HttpClientResponse in brave.http
Methods in brave.http that return types with arguments of type HttpClientResponse Modifier and Type Method Description static HttpClientHandler<HttpClientRequest,HttpClientResponse>HttpClientHandler. create(HttpTracing httpTracing)Methods in brave.http with parameters of type HttpClientResponse Modifier and Type Method Description voidHttpClientHandler. handleReceive(HttpClientResponse response, brave.Span span)Finishes the client span after assigning it tags according to the response or error.
-