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 6913ad5 commit 1cd2346Copy full SHA for 1cd2346
metadata/metadata.go
@@ -17,7 +17,8 @@
17
*/
18
19
// Package metadata define the structure of the metadata supported by gRPC library.
20
-// Please refer to https://grpc.io/docs/guides/wire.html for more information about custom-metadata.
+// Please refer to https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
21
+// for more information about custom-metadata.
22
package metadata // import "google.golang.org/grpc/metadata"
23
24
import (
0 commit comments