afc_cgi_manager_write_header

Name

afc_cgi_manager_write_header  -- Writes a valid HTTP header with all cookies set

Synopsis

int afc_cgi_manager_write_header ( CGIManager * cgi_manager );

Description

This functions writes a valid HTTP header on the stdout. If the class is set to handle cookies (see afc_cgi_manager_set_tag() ), then also all needed cookies are set and returned.

Inputs

cgi_manager

Pointer to a valid afc_cgi_manager instance.

Result

should return AFC_ERR_NO_ERROR

See Also