tmenier / Flurl

Fluent URL builder and testable HTTP client for .NET
https://flurl.dev
MIT License
4.23k stars 387 forks source link

Rename ConfigureRequest to WithSettings #764

Closed tmenier closed 11 months ago

tmenier commented 1 year 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.