|  Developer
Updated on November 23, 2021

http_data_send

  • Notifies about ready to send the next portion of data of an answer. 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_server.create_link_url(). Also, this event can be triggered again if not all data sent in this session.
NameTypeRequiredDescription
idstring+Unique ID of a connection
link_idstring+Identifier of a link
user_dataanyUser data that was passed to a http_server.create_link_url() call.
max_data_lengthint+Amount of data that can be sent per one script execution via http_server.send_data() method