194 matches across 1 files for func main path:src/net/http/internal/http2/transport.go lang:Go
snippet_mode: auto · sorted by relevance
src/net/http/internal/http2/transport.go GO 194 matches · showing 5 view file →
74// Hook points used for testing.
75// Outside of tests, t.transportTestHooks is nil and these all have minimal implementations.
76// Inside tests, see the testSyncHooks function docs.
77
78type transportTestHooks struct {
· · ·
79 newclientconn func(*ClientConn)
80}
81
· · ·
82func (t *Transport) maxHeaderListSize() uint32 {
83 n := t.t1.MaxHeaderListSize()
84 if b := t.t1.MaxResponseHeaderBytes(); b != 0 {
· · ·
97}
98
99func (t *Transport) disableCompression() bool {
100 return t.t1 != nil && t.t1.DisableCompression()
101}
· · ·
102
103func NewTransport(t1 TransportConfig) *Transport {
104 connPool := new(clientConnPool)
105 t2 := &Transport{
+ 189 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.