end_headers()
Adds a blank line (indicating the end of the HTTP headers in the response) to the headers buffer and calls flush_headers()
.
Changed in version 3.2: The buffered headers are written to the output stream.
end_headers()
Adds a blank line (indicating the end of the HTTP headers in the response) to the headers buffer and calls flush_headers()
.
Changed in version 3.2: The buffered headers are written to the output stream.
Please login to continue.