Package brave.http

Class HttpServerResponse

java.lang.Object
brave.http.HttpServerResponse

public abstract class HttpServerResponse
extends Object
Marks an interface for use in HttpServerHandler.handleSend(Object, Throwable, Span). This gives a standard type to consider when parsing an outgoing context.
Since:
5.7
See Also:
HttpServerRequest