#include <Pt/Http/Message.h>
HTTP header field iterator.
Public Member Functions | |
ConstIterator () | |
Default constructor. | |
bool | operator!= (const ConstIterator &it) const |
Inequal comparison. | |
const Field & | operator* () const |
Returns the header field. | |
ConstIterator & | operator++ () |
Advance the iterator. | |
ConstIterator | operator++ (int) |
Advance the iterator. | |
const Field * | operator-> () const |
Returns the header field. | |
bool | operator== (const ConstIterator &it) const |
Equal comparison. | |