URISchemeRequest.finish
void finish(gio.input_stream.InputStream stream, long streamLength, string contentType = null)Finish a #WebKitURISchemeRequest by setting the contents of the request and its mime type.
Parameters
stream | a #GInputStream to read the contents of the request |
streamLength | the length of the stream or -1 if not known |
contentType | the content type of the stream or null if not known |