Skip to content

HttpExtensions class

Defined in

Namespace: ReactiveMarbles.CacheDatabase.Core Assembly: ReactiveMarbles.CacheDatabase.Core.dll Full name: ReactiveMarbles.CacheDatabase.Core.HttpExtensions Modifiers: public static

Summary

View source

        Extension methods for handling http operations.
        

Applies to

netstandard2.0

Methods

NameSummary
static WriteAsyncRxWrites to a stream and returns a observable.
static DownloadUrlDownload data from an HTTP URL and insert the result into the cache. If the data is already in the cache, this returns a cached value. The URL itself is used as the key.
Inherited members