I'm passing from express to restify and I wrote a module to check my authorization that used express-session and before it worked well.
Now, on restify, the request.headers.authorization return undefined so my question is: can I add some code to tell to restify to fill this field?