Improve separation of concerns in `Request` and `RequestOptions`
Author: janbucharCreated Jul 22, 2025Updated Sep 16, 2026
Labelst-tooling
- The current
RequestandRequestOptionsconflate functionality relevant to Crawlee in general with Apify-specific functionality - We might need to introduce additional classes to make the distinction clearer between what is used for various storages and what is a user-facing abstraction
Request.payloadshould support binary buffers
Source: apify/crawlee