4aeef10ef754315bb8a590e97a8e7e0ad935716b
Added StatusExtensions.cs with extension methods for Status and HttpStatusCode: - ToHttpStatusCode maps Status to nullable HttpStatusCode if possible. - IsSuccess checks if a Status or HttpStatusCode represents a successful response. - Handles both direct Status values and those convertible to HTTP codes.
Description
Languages
C#
100%