MCPcopy
hub / github.com/stretchr/testify / httpError

Function httpError

assert/http_assertions_test.go:25–27  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

23}
24
25func httpError(w http.ResponseWriter, r *http.Request) {
26 w.WriteHeader(http.StatusInternalServerError)
27}
28
29func httpStatusCode(w http.ResponseWriter, r *http.Request) {
30 w.WriteHeader(http.StatusSwitchingProtocols)

Callers

nothing calls this directly

Calls 1

WriteHeaderMethod · 0.80

Tested by

no test coverage detected