qpilot_remote_request
(src/QPilot/Client.php) Used to fire custom functions before the HTTP Request is made to the QPilot API. The action passes the details of the HTTP Request, including the method, body, endpoint, and header information. Available in the following methods:
- QPilotClient::get()
- QPilotClient::post()
- QPilotClient::put()
- QPilotClient::patch()
- QPilotClient::delete()