# Functions
New ResponseWriter allocateds and returns a new ResponseWriter.
NewServeMux allocates and returns a new ServeMux.
# Structs
ResponseWriter is a small wrapper around an http response writer that will intercept and store the status of a request.
ServeMux is an HTTP request multiplexer that traces all the incoming requests.