Package brave.http

Class HttpClientResponse


public abstract class HttpClientResponse
extends HttpResponse
Marks an interface for use in HttpClientHandler.handleReceive(Object, Throwable, Span). This gives a standard type to consider when parsing an incoming context.
Since:
5.7
See Also:
HttpClientRequest