Message
Description:
[
CCode ( has_construct_function =
false ) ]
public Message (
string method,
string uri_string)
Creates a new empty Message, which will connect to uri
Parameters:
method |
the HTTP method for the created request
|
uri_string |
the destination endpoint (as a string)
|
Returns:
the new Message (or null if uri could not be
parsed).
|