We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff73dd commit 2cc97bdCopy full SHA for 2cc97bd
1 file changed
src/go/Http/RedirectingHttpHandler.cs
@@ -34,7 +34,7 @@ protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage
34
}
35
36
37
-internal static class StatusExtensions
+static class StatusExtensions
38
{
39
public static bool IsRedirect(this HttpResponseMessage response) =>
40
response.StatusCode is HttpStatusCode.MovedPermanently or HttpStatusCode.Found or HttpStatusCode.SeeOther or
0 commit comments