Active C PagesTechnicalFAQDownloads

Home

ACP

Contact

Projects


Categories

[Index]

ACP Scripting
ACP Internal
ACP Container
Application
Web Internal
Web External
Utility

Files

web_admin.c
web_common.c
web_http.c
web_mime.c
web_protocol.c
web_socket.c
web_stream.c
web_thread.c

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