MessageHeadersIter
class MessageHeadersIter(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
An opaque type used to iterate over a %SoupMessageHeaders structure.
After intializing the iterator with func@MessageHeadersIter.init, call method@MessageHeadersIter.next to fetch data from it.
You may not modify the headers while iterating over them.
Skipped during bindings generation
parameter
name
: name: Out parameter is not supported
Constructors
Link copied to clipboard
constructor()
Allocate a new MessageHeadersIter.
constructor(scope: <Error class: unknown class>)
Allocate a new MessageHeadersIter using the provided AutofreeScope.
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)