Notifies about ready to send the next portion of data of a request. max_data_length contains the maximum number of bytes that can be sent for the current script execution.
This event will be received after establishing a connection with the HTTP server and if last field was false in http.request() or http.repeat_request() methods. Also, this event can be triggered again if not all data were sent in this session.
Name
Type
Required
Description
id
string
+
Unique ID of a request
url
string
+
Full URL for making a connection (can contain custom port)