mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
- Changed return type of handlePreRequestScript and handlePostResponseScript to Future<RequestModel> for better type safety. - Updated the logic to return the modified request model after executing scripts. - Ensured that the request model is updated correctly in the sendRequest method after executing the pre-request script.