Package 

Interface MutableHttpRequestInfo


  • 
    public interface MutableHttpRequestInfo
    
                        

    For 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 HttpRequestInfoBuilder newBuilder() Creates a modifier to modify this request info.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait