Results 4 issues of Vlad Dmitrievich

In `generate_token` method we are getting default generator with: `func = self._token_generators.get('default')`. **What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [...

As I understand right now, this package supports only 3 MJML backends: cmd, tcpserver, and httpserver. Also, there is no way to extend this list because all variants are hardcoded....

**Describe the bug** The `Response.cookies` attribute in `curl_cffi` appears to include cookies from the entire session, rather than just the cookies set by the specific response. This makes it difficult...

bug

Updated the `loaderId` description in the `Network.requestWillBeSent` and `Network.responseReceived` events to mention that they might be empty for preflight requests, not just worker requests. Thought this would make things clearer...