Skip to content

Commit 2e8b116

Browse files
committed
Remove duplicate method
1 parent 8c8bea8 commit 2e8b116

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/corelib/Extensions/FlurlExtensions.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ namespace Flurl.Extensions
1818
/// <exclude/>
1919
public static class FlurlExtensions
2020
{
21-
/// <summary>
22-
/// Allow a specific HTTP status code.
23-
/// </summary>
24-
/// <param name="client">The client.</param>
25-
/// <param name="statusCode">The allowed status code.</param>
26-
/// <returns></returns>
27-
public static FlurlClient AllowHttpStatus(this FlurlClient client, HttpStatusCode statusCode)
28-
{
29-
return client.AllowHttpStatus(((int)statusCode).ToString(CultureInfo.InvariantCulture));
30-
}
31-
3221
/// <summary>
3322
/// Allow a specific HTTP status code.
3423
/// </summary>

0 commit comments

Comments
 (0)