FieldList


Derived from: BList

Declared in: FieldList.h

Library: libHTTP.so


Overview



Constructor and Destructor


FieldList()


	FieldList(int32 count = 20)


~FieldList()


	virtual ~FieldList(void)


Member Functions


AddField()


	bool AddField( const char *field, int32 size=-1 )
	bool AddField( const char *fieldName, const char *fieldValue )


RemoveField(), RemoveFieldByName()


	bool RemoveField( char *fieldPtr )
	bool RemoveFieldByName( const char *fieldName )


FindField()


	const char *FindField( const char *fieldName, char *fieldValue = NULL, size_t n = 0 )


MakeEmpty()


	void MakeEmpty( void )


libHTTP - A high-level HTTP API for the BeOS


Copyright (C) 1999 Joe Kloss