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

streama #GInputStream to read the contents of the request
streamLengththe length of the stream or -1 if not known
contentTypethe content type of the stream or null if not known