Module brave.http
Package brave.http

Class HttpClientRequest

    • Constructor Detail

      • HttpClientRequest

        public HttpClientRequest()
    • Method Detail

      • header

        @Nullable
        public abstract void header​(java.lang.String name,
                                    java.lang.String value)
        Sets a request header with the indicated name. Null values are unsupported. This is only used when injecting a trace context as internally implemented by {link HttpClientHandler}. Calls during sampling or parsing are invalid.
        Since:
        5.7
        See Also:
        SETTER