SoupRequestClass.sendFinish

struct SoupRequestClass
extern (C)
GInputStream* function(SoupRequest* request, GAsyncResult* result, GError** err) sendFinish;

Return Value

a #GInputStream that can be used to read from the URI pointed to by @request.

Throws

GException on failure.

Meta