buckets property

Map<String, HttpBucket> buckets

A mapping of HttpRequest.rateLimitId to HttpBucket for rate limiting.

Implementation

Map<String, HttpBucket> get buckets => UnmodifiableMapView(_buckets);