Method description:
Complete request sending.
If any part of the request body has not been sent, it will be flushed to the stream.
If the data value is specified, request.write(data, encoding)
will be executed after request.end() is executed.Grammar:
Receive parameters:
data The data value output after the request is completed
encoding data is worth the character encoding