MessageHeaders.this

Creates a #SoupMessageHeaders. (#SoupMessage does this automatically for its own headers. You would only need to use this method if you are manually parsing or generating message headers.)

  1. this(SoupMessageHeaders* soupMessageHeaders, bool ownedRef)
  2. this(SoupMessageHeadersType type)
    class MessageHeaders
    this
    (
    SoupMessageHeadersType type
    )

Parameters

type SoupMessageHeadersType

the type of headers

Return Value

a new #SoupMessageHeaders

Throws

ConstructionException GTK+ fails to create the object.

Meta