node-restify
node-restify copied to clipboard
Review request and response public and private methods
Use Case
Some Request and Response methods have both a naked and a get prefixed version as well while we document only one of them as @public. For example: href() and getHref()
We should review these methods and expose both versions or remove the unnecessary methods.
Are you willing and able to implement this?
Yes