We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f199062 commit f8a2089Copy full SHA for f8a2089
metadata/metadata.go
@@ -219,11 +219,6 @@ func FromIncomingContext(ctx context.Context) (MD, bool) {
219
// ValueFromIncomingContext returns the metadata value corresponding to the metadata
220
// key from the incoming metadata if it exists. Keys are matched in a case insensitive
221
// manner.
222
-//
223
-// # Experimental
224
225
-// Notice: This API is EXPERIMENTAL and may be changed or removed in a
226
-// later release.
227
func ValueFromIncomingContext(ctx context.Context, key string) []string {
228
md, ok := ctx.Value(mdIncomingKey{}).(MD)
229
if !ok {
0 commit comments