SoupRequestClass.send

struct SoupRequestClass
extern (C)
GInputStream* function(SoupRequest* request, GCancellable* cancellable, GError** err) send;

Return Value

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

Throws

GException on failure.

Meta