# Functions
New returns a test implementation of the http.ResponseWriter interface.
# Structs
NewOptions set expectations for the response writer instance to make writing assertions easier in unit tests.
ResponseWriter is a testing interface for http.ResponseWriter that allows for checking internal state, what is written in the response, and the returned status code and headers.