public bool get_content_disposition (out unowned string disposition, GLib.HashTable @params);
public int64 get_content_length ();
public bool get_content_range (int64 start, int64 end, int64 total_length);
- public unowned string get_content_type (GLib.HashTable @params);
+ public unowned string get_content_type (out GLib.HashTable @params);
public Soup.Encoding get_encoding ();
public Soup.Expectation get_expectations ();
public bool get_ranges (int64 total_length, out unowned Soup.Range ranges, int length);
SoupMessage::wrote_chunk has_emitter="1"
SoupMessage::wrote_headers has_emitter="1"
SoupMessage::wrote_informational has_emitter="1"
+soup_message_headers_get_content_type.params is_out="1" transfer_ownership="1"
soup_server_new ellipsis="1"
soup_server_add_handler.destroy hidden="1"
soup_server_add_handler.callback transfer_ownership="1"