mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 03:41:28 +00:00
- Added translations for req.method, req.headers, and req.body to their Postman equivalents. - Implemented handling for req.setUrl, req.setMethod, req.setBody, and req.setHeaders, converting them to appropriate Postman assignments and method calls. - Introduced support for translating res.responseTime and res.headers properties. - Updated tests to cover new translations and ensure accuracy in request and response handling.