Skip to content

Fusillade.Reactive namespace

Part of the Fusillade.Reactive package.

TypeKindSummary
IRequestCacheinterfaceThis Interface is a simple cache for HTTP requests and intentionally does not conform to HTTP caching rules.
LimitingHttpMessageHandlerclassLimiting 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.
NetCacheclassHandles caching for our Http requests.
OfflineHttpMessageHandlerclassA http handler that will make a response even if the HttpClient is offline.
PriorityenumThis enumeration defines the default base priorities associated with the different NetCache instances.
RateLimitedHttpMessageHandlerclassA http handler which will limit the rate at which we can read.