类 HttpTrace.Request

    • 构造器详细资料

      • Request

        public Request​(String method,
                       URI uri,
                       Map<String,​List<String>> headers,
                       String remoteAddress)
        Creates a fully-configured Request instance. Primarily for use by HttpTraceRepository implementations when recreating a request from a persistent store.
        参数:
        method - the HTTP method of the request
        uri - the URI of the request
        headers - the request headers
        remoteAddress - remote address from which the request was sent, if known
        从以下版本开始:
        2.1.0