MCPcopy Index your code
hub / github.com/cortesi/devd / RequestHeaders

Method RequestHeaders

timer/timer.go:36–38  ·  view source on GitHub ↗

RequestHeaders sets the time at which request headers were received

()

Source from the content-addressed store, hash-verified

34
35// RequestHeaders sets the time at which request headers were received
36func (t *Timer) RequestHeaders() {
37 t.tsRequestHeaders = time.Now().UnixNano()
38}
39
40// ResponseHeaders sets the time at which request headers were received
41func (t *Timer) ResponseHeaders() {

Callers 1

WrapHandlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected