HttpExtensions class¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Full name: ReactiveMarbles.CacheDatabase.Core.HttpExtensions
Modifiers: public static
Summary¶
Extension methods for handling http operations.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| static WriteAsyncRx | Writes to a stream and returns a observable. |
| static DownloadUrl | Download 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. |