Class HttpTrace.Response

    • Constructor Detail

      • 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