/*+********************************************************************** * File name : httpProxy_protocol.h * Title : httpProxy Protocol module * Project : SW INFRASTRUCTURE * Date created : 15 OCT 1997 * Revision : Rev 1.0 * Author : Nir Ben-Yosef * * Description : * * *-*********************************************************************/ extern STATUS httpProcessRequest(int sock,request_rec *request); /*************************************************************************** * * Name : httpSendErr * * Function : Send Error Code to Client * * Notes : * * Return value: N/A * **************************************************************************/ extern void httpSendErr(int sock, int code, request_rec *request);