34. cgi::FinishHeader

[<<<] [>>>]

This function should be called after the last http answer header creating function. In the current implementation this function only prints an empty line that separates the header from the body, but later versions may do more actions.

Note that this function is implemented as BASIC code in the file cgi.bas, therefore you can easily read and understand how it works without the need for reading and understanding any C code.


[<<<] [>>>]