#include "GContainers.h"
#include "LgiNetInc.h"
Go to the source code of this file.
Functions | |
LgiNetFunc void | InetTokeniseHeaders (List< GInetHeader > &Out, char *In) |
Turns a set of headers into a list of name/values. | |
LgiNetFunc char * | InetGetField (char *s) |
Get a field's value as a dynamic string. | |
LgiNetFunc char * | InetGetHeaderField (char *Headers, char *Field, int Len=-1) |
Get a specific value from a list of headers (as a dynamic string). | |
LgiNetFunc char * | InetGetSubField (char *s, char *Field) |
Gets a sub field of a header value. | |
LgiNetFunc char * | InetRemoveField (char *Headers, char *Field) |
Removes a specific name/value from a dynamic string. | |
LgiNetFunc char * | InetGetAllHeaders (char *s) |
Returns the string up to ' ' as a dynamic string. | |
LgiNetFunc char * | InetExtractBoundry (char *Field) |
Returns the boundry part out of the 'Content-Type' header value (as a dynamic string). |