[ ] I have added a description of my changes and why I'd like them included in the section below
Description of Changes
Data collection components always received session_start instructions... There was an error redefining the user cookie at each request.
This pull request introduces several improvements and fixes to the edgee_cookies.rs, compute.rs, controller.rs, and proxy.rs files. The changes aim to enhance the handling of cookies, improve payload processing, and ensure better compliance with the application's requirements.
Changes:
edgee_cookies.rs:
The methods of this script are now requiring a response_parts parameter instead of response_headers
compute.rs:
edgee_cookie::get can now use the response_parts parameter instead of response_headers, and it fixes the bug we had on the session cookie set.
controller.rs:
Improved the edgee_client_event function to handle incoming client events more effectively and use response_parts object
Checklist
Description of Changes
Data collection components always received session_start instructions... There was an error redefining the user cookie at each request.
This pull request introduces several improvements and fixes to the
edgee_cookies.rs
,compute.rs
,controller.rs
, andproxy.rs
files. The changes aim to enhance the handling of cookies, improve payload processing, and ensure better compliance with the application's requirements.Changes:
edgee_cookies.rs
:response_parts
parameter instead ofresponse_headers
compute.rs
:response_parts
parameter instead ofresponse_headers
, and it fixes the bug we had on the session cookie set.controller.rs
:edgee_client_event
function to handle incoming client events more effectively and useresponse_parts
objectproxy.rs
:Related Issues
no issue