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