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