Fusillade.Reactive namespace¶
Part of the Fusillade.Reactive package.
| Type | Kind | Summary |
|---|---|---|
| IRequestCache | interface | This Interface is a simple cache for HTTP requests and intentionally does not conform to HTTP caching rules. |
| LimitingHttpMessageHandler | class | Limiting HTTP schedulers only allow a certain number of bytes to be read before cancelling all future requests. This is designed for reading data that may or may not be used by the user later, in order to improve response times should the user later request the data. |
| NetCache | class | Handles caching for our Http requests. |
| OfflineHttpMessageHandler | class | A http handler that will make a response even if the HttpClient is offline. |
| Priority | enum | This enumeration defines the default base priorities associated with the different NetCache instances. |
| RateLimitedHttpMessageHandler | class | A http handler which will limit the rate at which we can read. |