Example #1
0
 public static IObservable <HttpFetch <Zip> > DownloadZip(this IHttpObservable query) =>
 query.DownloadTemp("zip").AsZip();