This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Rename min rate APIs for consistency #1901
Closed
Description
We should do this before RTM:
- Rename
KestrelServerLimits.RequestBodyMinimumDataRate
toMinRequestBodyDataRate
(consistent with MaxRequestBodySize, and other limits that all start with “Max”) - Rename
IHttpRequestBodyMinimumDataRateFeature
toIHttpMinRequestBodyDataRateFeature
(consistent withIHttpMaxRequestBodySizeFeature
) - Rename the
rate
parameter of theMinimumDataRate
ctor tobytesPerSecond
, so that the rate’s unit of measurement is clear