Gjsify LogoGjsify Logo

An opaque type used to iterate over a %SoupMessageHeaders structure.

After intializing the iterator with soup_message_headers_iter_init(), call soup_message_headers_iter_next() to fetch data from it.

You may not modify the headers while iterating over them.

record

Hierarchy

  • MessageHeadersIter

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • next(): [boolean, string, string]
  • Yields the next name/value pair in the %SoupMessageHeaders being iterated by iter. If iter has already yielded the last header, then soup_message_headers_iter_next() will return %FALSE and name and value will be unchanged.

    Returns [boolean, string, string]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method