194 matches across 1 files for func main path:src/net/http/internal/http2/transport.go lang:Go lang:Go lang:Go
snippet_mode: grep · sorted by relevance
src/net/http/internal/http2/transport.go GO 194 matches · showing 5 view file →
75// Hook points used for testing.
76// Outside of tests, t.transportTestHooks is nil and these all have minimal implementations.
77// Inside tests, see the testSyncHooks function docs.
78
79type transportTestHooks struct {
· · ·
80 newclientconn func(*ClientConn)
81}
82
· · ·
83func (t *Transport) maxHeaderListSize() uint32 {
84 n := t.t1.MaxHeaderListSize()
85 if b := t.t1.MaxResponseHeaderBytes(); b != 0 {
· · ·
98}
99
100func (t *Transport) disableCompression() bool {
101 return t.t1 != nil && t.t1.DisableCompression()
102}
· · ·
103
104func NewTransport(t1 TransportConfig) *Transport {
105 connPool := new(clientConnPool)
106 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.