MCPcopy
hub / github.com/rs/cors / WriteHeader

Method WriteHeader

bench_test.go:17–18  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

15}
16
17func (r FakeResponse) WriteHeader(n int) {
18}
19
20func (r FakeResponse) Write(b []byte) (n int, err error) {
21 return len(b), nil

Callers 3

HandlerMethod · 0.80
HandlerFuncMethod · 0.80
ServeHTTPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected