MCPcopy
hub / github.com/gorilla/mux / Write

Method Write

mux_test.go:1954–1956  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

1952}
1953
1954func (ho *TestA301ResponseWriter) Write(b []byte) (int, error) {
1955 return 0, nil
1956}
1957
1958func (ho *TestA301ResponseWriter) WriteHeader(code int) {
1959 ho.status = code

Callers 3

methodHandlerFunction · 0.45
stringHandlerFunction · 0.45
newRequestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected