Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/connectrpc/connect-go
/ Contains
Method
Contains
compression.go:178–178 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
176
type
readOnlyCompressionPools
interface
{
177
Get(string) *compressionPool
178
Contains(string) bool
179
// Wordy, but clarifies how this is different from readOnlyCodecs.Names().
180
CommaSeparatedNames() string
181
}
Callers
15
grpcValidateResponse
Function · 0.65
TestConnectValidateUnaryResponseContentType
Function · 0.65
TestConnectValidateStreamResponseContentType
Function · 0.65
negotiateCompression
Function · 0.65
TestGRPCValidateResponseContentType
Function · 0.65
BenchmarkREST
Function · 0.65
validateResponse
Method · 0.65
validateResponse
Method · 0.65
UnmarshalJSON
Method · 0.65
wrapIfLikelyH2CNotConfiguredError
Function · 0.65
wrapIfLikelyWithGRPCNotUsedError
Function · 0.65
TestErrorFormatting
Function · 0.65
Implementers
1
namedCompressionPools
compression.go
Calls
no outgoing calls
Tested by
10
TestConnectValidateUnaryResponseContentType
Function · 0.52
TestConnectValidateStreamResponseContentType
Function · 0.52
TestGRPCValidateResponseContentType
Function · 0.52
BenchmarkREST
Function · 0.52
TestErrorFormatting
Function · 0.52
TestJSONCodec
Function · 0.52
TestClientWithoutGzipSupport
Function · 0.52
TestInterceptorReturnsWrongType
Function · 0.52
TestHandlerReturnsNilResponse
Function · 0.52
failNoHTTP2
Function · 0.52