node-mocks-http
Advanced tools
Changelog
v 0.0.5
response.send()
can take two parameters, the status code and the data to send.Changelog
v 0.0.4
request.session
that can be set during construction (or via calling the _setSessionVariable()
method, and read as an object.