func golang.org/x/net/http2.strSliceContains
5 uses
golang.org/x/net/http2 (current package)
server.go#L2405: if !strSliceContains(rws.trailers, k) {
transport.go#L184: if !strSliceContains(t1.TLSClientConfig.NextProtos, "h2") {
transport.go#L187: if !strSliceContains(t1.TLSClientConfig.NextProtos, "http/1.1") {
transport.go#L584: if !strSliceContains(cfg.NextProtos, NextProtoTLS) {
transport.go#L2542: func strSliceContains(ss []string, s string) bool {
![]() |
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. |