Sends a chunk of the body. By calling this method many times, the user can stream a request body to a server--in that case it is suggested to use the ['Transfer-Encoding', 'chunked'] header line when creating the request.
The chunk argument should be a Buffer or a string.
i_surin: в data нужно строчку(html) передать,в callback можно ничего не передавать. То, что в квадратных скобках -не обязательные параметры. Они тут все такие.
i_surin: есть костыльный метод, прочитать файл-шаблон и через реплэйс заменить только то,что меняется)
template = readfile();
html = template.replace ("%%bonus%%", current_bonus)
end(html)