URISchemeResponse.this

Create a new #WebKitURISchemeResponse

  1. this(void* ptr, Flag!"Take" take)
  2. this(gio.input_stream.InputStream inputStream, long streamLength)
    class URISchemeResponse

Parameters

inputStream gio.input_stream.InputStream

a #GInputStream to read the contents of the request

streamLength long

the length of the stream or -1 if not known

Return Value

the newly created #WebKitURISchemeResponse.