TypeScript API Documentation for LIBSOUP
API Version: 3.0
Library Version: 3.6.6
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Yields the next name/value pair in the MessageHeaders being iterated by iter.
iter
If iter has already yielded the last header, then MessageHeadersIter.next will return false and name and value will be unchanged.
false
name
value
a Soup.MessageHeadersIter
true if another name and value were returned, false if the end of the headers has been reached.
true
Yields the next name/value pair in the MessageHeaders being iterated by
iter.If
iterhas already yielded the last header, then MessageHeadersIter.next will returnfalseandnameandvaluewill be unchanged.