Class HttpTrace.Response

java.lang.Object
org.springframework.boot.actuate.trace.http.HttpTrace.Response
Enclosing class:
HttpTrace

public static final class HttpTrace.Response extends Object
Trace of an HTTP response.
  • Constructor Details

    • Response

      public Response(int status, Map<String,List<String>> headers)
      Creates a fully-configured Response instance. Primarily for use by HttpTraceRepository implementations when recreating a response from a persistent store.
      Parameters:
      status - the status of the response
      headers - the response headers
      Since:
      2.1.0
  • Method Details