google.golang.org/grpc/internal/transport.CallHdr.PreviousAttempts (field)
4 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L567: if callHdr.PreviousAttempts > 0 {
http2_client.go#L568: headerFields = append(headerFields, hpack.HeaderField{Name: "grpc-previous-rpc-attempts", Value: strconv.Itoa(callHdr.PreviousAttempts)})
transport.go#L543: PreviousAttempts int // value of grpc-previous-rpc-attempts header to set
google.golang.org/grpc
stream.go#L495: cs.callHdr.PreviousAttempts = cs.numRetries
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)