I need to get some request headers, and thus I need to get a reference to an IRequest inside my handler. How do I do this?
Also, on a side note. I need to set some public folders, but when I implement NinjectStartupBase, the Run method is not virtual, and thus I don't really know how to use dependency injection and add the public methods at the same time.
Thank you,
Marcelo.