WPCOM_REST_API_Proxy_Request_Trait: Move to connection from the JP plugin #40947
Closed
Description
Move the WPCOM_REST_API_Proxy_Request_Trait
from the Jetpack plugin to the Connection package so it can be used by standalone plugins.
Related Slack discussion: p1736318126270229-slack-C05PV073SG3
Improvements to consider when moving the trait:
- Add an option to override
$request_options
to allow passing additional options liketimeout
. See 762b860