Message.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string method, string uriString)

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

Parameters

methodthe HTTP method for the created request
uriStringthe destination endpoint (as a string)

Returns

the new #SoupMessage (or null if uri

could not be parsed).