Access IHttpRequest object
Is there any way I can gain access to the object that implements [IHttpRequest][1] object so that I can eventually get the `HttpServletRequest` object?
I'd like to be able to read HTTP-Headers from within the application (I'm not talking about GET or POST parameters, I want the HTTP Headers). The `ivy.request` object only enables me access to the GET parameters.
[1]: http://developer.axonivy.com/doc/5.1.latest/publicApi/ch/ivyteam/ivy/request/IHttpRequest.html