This repository was archived by the owner on Sep 28, 2021. It is now read-only.
Notable changes:
- Support adding services after the server starts. (74e0eae)
Server.prototype.unregister()
has been added to support removing existing handlers. (7af3322)Server.prototype.removeService()
has been added to support removing existing services. (0464028)getDeadline()
has been added to all of the handler types to support getting the current deadline. (ccb8273, 1526ee1)- Sending metadata larger than Node's default
maxSendHeaderBlockLength
is now supported. (f785142)
Other changes: