Hi
Thanks for your great job!
Is there possibility to access HttpServletRequest object for current request in Spring Controller that implements generated interface?
using com.phoenixnap.oss.ramlapisync.generation.rules.Spring4ControllerInterfaceRule
The problem is that HttpServletRequest should be added to method signature in order to be injected, but there is no way to add this parameter to generated interfaces since it's not in RAML file. Also it's required only on some methods.
Thanks
Andrii