Message.this

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(string method, string uriString)
    class Message
    this
    (
    string method
    ,
    string uriString
    )

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).