net/http/httptest.ResponseRecorder.Code (field)

6 uses

	net/http/httptest (current package)
		recorder.go#L28: 	Code int
		recorder.go#L55: 		Code:      200,
		recorder.go#L113: 	if !bodyAllowedForStatus(rw.Code) {
		recorder.go#L127: 	if !bodyAllowedForStatus(rw.Code) {
		recorder.go#L171: 	rw.Code = code
		recorder.go#L214: 		StatusCode: rw.Code,