deprecated TestResponseWriter

pull/37/head
Mat Ryer 2014-01-28 10:15:59 -07:00
parent 6d984ec0a3
commit 304892e553
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import (
// TestResponseWriter is a http.ResponseWriter object that keeps track of all activity
// allowing you to make assertions about how it was used.
//
// DEPRECATED: We recommend you use http://golang.org/pkg/net/http/httptest instead.
type TestResponseWriter struct {
// StatusCode is the last int written by the call to WriteHeader(int)