I would like to know how I can get the HTTP_METHOD in the GET_ENTITY method. When the HTTP_METHOD is a patch I can skip a lot of ABAP code in the implementation. This would benefit performance. When I debug, I can see the IO_TECH_REQUEST_CONTEXT having a attribute MR_REQUEST. This contains the HTTP_METHOD.
I have not been able to retrieve this data.
Can anyone help me?