MessageHeadersIter
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
public struct MessageHeadersIter
An opaque type used to iterate over a MessageHeaders structure.
After intializing the iterator with init, call
next to fetch data from it.
You may not modify the headers while iterating over them.
Content:
Static methods:
- public static bool next (ref MessageHeadersIter iter, out unowned string name, out unowned string value)
Yields the next name/value pair in the
MessageHeaders being iterated by this.
Methods: