type google.golang.org/grpc/internal/transport.decodeState
8 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L1206: state := &decodeState{}
http2_server.go#L306: state := &decodeState{
http_util.go#L142: type decodeState struct {
http_util.go#L188: func (d *decodeState) status() *status.Status {
http_util.go#L225: func (d *decodeState) decodeHeader(frame *http2.MetaHeadersFrame) error {
http_util.go#L278: func (d *decodeState) constructHTTPErrMsg() string {
http_util.go#L296: func (d *decodeState) addMetadata(k, v string) {
http_util.go#L303: func (d *decodeState) processHeaderField(f hpack.HeaderField) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |