Module to expose the REST Extensibility classes RestRequest and RestResponse.
To be used in OnBeforeRequestAdvanced and OnAfterResponseAdvanced, as described in REST Extensibility API.
This way you can use some of the functionality in the RestRequest and RestResponse classes without having to write your own extension.
Allows you for example to change the response status code, but only for certain actions, by using the RestResponse_GetActionName action.
Normally, OnBeforeRequest, OnAfterResponse, OnBeforeRequestAdvanced or OnAfterResponseAdvanced apply to all actions in your REST API. Using the RestRequest_GetActionName and RestResponse_GetActionName actions you can do specific things only for some actions by adding a Switch of If condition using these functions.