- Added
reply.end
support - Added
connections()
support - Documented
reply.headersOverrides
- Remove headers from response, whose value is
undefined
- End all the connections on
server.stop()
before closing the HTTP server
- Added wildcard support to
path
(thanks to danedmunds) - Parse JSON in incoming request body when request content-type is "application/json" (thanks to danedmunds)
- Handlers are now appended to the begin of the list, when registering. This allows to override handlers in subsequent
on()
calls (see Issue #2).
- FIX: clear requests array on
server.stop()