property OnRequestPrepare: TScRestRequestEvent;
type
TScRestRequestEvent = procedure(const RestRequest: TScRestRequest) of object;
Description
Occurs after a request has been created and prepared for execution.
The OnRequestPrepare event can be used to dynamically configure request parameters, log the request, or perform other pre-execution tasks.
RestRequest represents the prepared request to the endpoint that will be executed with the specified parameters.