Closed tmenier closed 11 months ago
This is a precursor to a larger revamp of the configuration system. IFlurlRequest.ConfigureRequest and related extension methods off Url and string are being renamed to WithSettings, which more clearly describes their intent.
IFlurlRequest.ConfigureRequest
Url
string
WithSettings
This is a precursor to a larger revamp of the configuration system.
IFlurlRequest.ConfigureRequest
and related extension methods offUrl
andstring
are being renamed toWithSettings
, which more clearly describes their intent.