You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flurl (ever opinionated) generally favors expressing HTTP status codes as integers, rather than using .NET's HttpStatusCode enum. While updating the docs I was reminded that it breaks from that convention here:
tmenier
changed the title
AllowedHttpStatus overload should take a set of ints, not HttpStatusCodes
AllowHttpStatus overload should take a set of ints, not HttpStatusCodes
Dec 8, 2023
Flurl (ever opinionated) generally favors expressing HTTP status codes as integers, rather than using .NET's
HttpStatusCode
enum. While updating the docs I was reminded that it breaks from that convention here:Although a breaking change, I'd like to switch it to use ints for 4.0 for consistency with other things:
The text was updated successfully, but these errors were encountered: