MCPcopy
hub / github.com/cortesi/devd / ResponseHeaders

Method ResponseHeaders

timer/timer.go:41–43  ·  view source on GitHub ↗

ResponseHeaders sets the time at which request headers were received

()

Source from the content-addressed store, hash-verified

39
40// ResponseHeaders sets the time at which request headers were received
41func (t *Timer) ResponseHeaders() {
42 t.tsResponseHeaders = time.Now().UnixNano()
43}
44
45// ResponseDone sets the time at which request headers were received
46func (t *Timer) ResponseDone() {

Callers 1

WriteHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected