Package brave.http

Class HttpServerResponse


public abstract class HttpServerResponse
extends HttpResponse
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