Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subtrace/subtrace
/ SetRequestTrailer
Method
SetRequestTrailer
tracer/parser.go:367–369 ·
view source on GitHub ↗
(tr http.Header)
Source
from the content-addressed store, hash-verified
365
}
366
367
func
(p *Parser) SetRequestTrailer(tr http.Header) {
368
p.requestTrailer = tr
369
}
370
371
func
(p *Parser) SetResponseTrailer(tr http.Header) {
372
p.responseTrailer = tr
Callers
1
proxyHTTP2
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected