web_http.c File : web_http.c
Description : HTTP Protocol Helper Functions
Category : Web Internal
Author : Charles Yates
write_output int write_output( WEB_STREAM buffer, ACPOUT output )
Function : write_output
Description : Writes the output to the stream
Input : WEB_STREAM stream - input/output stream to use
ACPENV output - contains the name/value pairs
Output : void
Returns : int - 0 if successful, !=0 if unsuccessful
|