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.

SecureBridge Components, Copyright © 2007-2025 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support