Message.this

Creates a new empty #SoupMessage, which will connect to @uri

  1. this(SoupMessage* soupMessage, bool ownedRef)
  2. this(string method, string uriString)
    class Message
    this
    (
    string method
    ,
    string uriString
    )
  3. this(string method, URI uri)

Parameters

method string

the HTTP method for the created request

uriString string

the destination endpoint (as a string)

Return Value

the new #SoupMessage (or %NULL if @uri could not be parsed).

Throws

ConstructionException GTK+ fails to create the object.

Meta