This module is implemented by HTTPReq.c, and it is a part of the Library of Common Code.
#ifndef HTTPREQ_H #define HTTPREQ_H #include "HTStream.h" #include "HTAccess.h"
extern HTStream * HTTPRequest_new PARAMS((HTRequest * request, HTStream * target)); #endifEnd of HTTPReq