MCPcopy 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
367func (p *Parser) SetRequestTrailer(tr http.Header) {
368 p.requestTrailer = tr
369}
370
371func (p *Parser) SetResponseTrailer(tr http.Header) {
372 p.responseTrailer = tr

Callers 1

proxyHTTP2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected