Functions
grst_http.c File Reference

Functions

void GRSThttpBodyInit (GRSThttpBody *thisbody)
 
void GRSThttpPrintf (GRSThttpBody *thisbody, char *fmt,...)
 
int GRSThttpCopy (GRSThttpBody *thisbody, char *file)
 
void GRSThttpWriteOut (GRSThttpBody *thisbody)
 
int GRSThttpPrintHeaderFooter (GRSThttpBody *bp, char *file, char *headfootname)
 
int GRSThttpPrintHeader (GRSThttpBody *bp, char *file)
 
int GRSThttpPrintFooter (GRSThttpBody *bp, char *file)
 
char * GRSThttpGetCGI (char *name)
 
char * GRSThttpUrlDecode (char *in)
 
char * GRSThttpUrlEncode (char *in)
 
char * GRSThttpUrlMildencode (char *in)
 

Function Documentation

void GRSThttpBodyInit ( GRSThttpBody thisbody)
int GRSThttpCopy ( GRSThttpBody thisbody,
char *  file 
)
char* GRSThttpGetCGI ( char *  name)
void GRSThttpPrintf ( GRSThttpBody thisbody,
char *  fmt,
  ... 
)
int GRSThttpPrintFooter ( GRSThttpBody bp,
char *  file 
)
int GRSThttpPrintHeader ( GRSThttpBody bp,
char *  file 
)
int GRSThttpPrintHeaderFooter ( GRSThttpBody bp,
char *  file,
char *  headfootname 
)
char* GRSThttpUrlDecode ( char *  in)
char* GRSThttpUrlEncode ( char *  in)
char* GRSThttpUrlMildencode ( char *  in)
void GRSThttpWriteOut ( GRSThttpBody thisbody)