-
public interface MutableHttpRequestInfoFor internal usage only.
Represents an HTTP request info that can be modified.
This interface allows instrumentation components to create a modified copy of the request info (e.g., to add tracing headers) while preserving the original request data.
-
-
Method Summary
Modifier and Type Method Description abstract HttpRequestInfoBuildernewBuilder()Creates a modifier to modify this request info. -
-
Method Detail
-
newBuilder
abstract HttpRequestInfoBuilder newBuilder()
Creates a modifier to modify this request info.
-
-
-
-