postSendHook

postSendHook(client:   JadeRestClient;
             request:  JadeRestRequest;
             response: JadeRestResponse);

The postSendHook method of the JadeRestProxyHook class provides access to the JadeRestClient, JadeRestRequest, and JadeRestResponse objects that are used to execute REST requests when using proxy classes generated by the OpenAPI import wizard. (For details, see Maintaining OpenAPI Objects, in Chapter 16 of the JADE Development Environment User's Guide.)

The postSendHook method is called by the generated code of JadeRestResponse classes immediately after the execution of the REST request; that is, as soon as the response has been received from the REST server and the JadeRestResponse properties have been set with the results of that response.

2020.0.01 and higher