Skip to content

New RateLimiter article showing a custom HTTP handler#31095

Merged
IEvangelist merged 13 commits into
dotnet:mainfrom
IEvangelist:rate-limiting
Sep 15, 2022
Merged

New RateLimiter article showing a custom HTTP handler#31095
IEvangelist merged 13 commits into
dotnet:mainfrom
IEvangelist:rate-limiting

Conversation

@IEvangelist
Copy link
Copy Markdown
Member

@IEvangelist IEvangelist commented Sep 9, 2022

Summary

New RateLimiter article showing a custom HTTP handler

Fixes #30426

Preview

@IEvangelist IEvangelist changed the title Draft and initial bits New RateLimiter article showing a custom HTTP handler Sep 14, 2022
@IEvangelist IEvangelist added the 🏁 Release: .NET 7 Work items for the .NET 7 release label Sep 14, 2022
@IEvangelist IEvangelist marked this pull request as ready for review September 14, 2022 18:41
@IEvangelist IEvangelist requested a review from a team as a code owner September 14, 2022 18:41
@IEvangelist
Copy link
Copy Markdown
Member Author

Hey @BillWagner, my only question for you on this is do we need to have something that calls attention to the fact that this is currently using the preview bits for .NET 7? Assuming yes, what is common for conceptual articles like this?

@tdykstra
Copy link
Copy Markdown
Contributor

do we need to have something that calls attention to the fact that this is currently using the preview bits for .NET 7?

Here's the include file I use at the top of System.CommandLine docs: https://github.com/dotnet/docs/blob/main/includes/scl-preview.md

Copy link
Copy Markdown
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great @IEvangelist

I found one typo, and had one suggestion to improve clarity. Then, once others are happy, :shipit:

Comment thread docs/core/extensions/http-ratelimiter.md Outdated
Comment thread docs/core/extensions/http-ratelimiter.md Outdated
Comment thread docs/core/extensions/http-ratelimiter.md
@IEvangelist IEvangelist added okr-freshness OKR: Freshness of content okr-curation OKR: Curate content to remove outdated recommendations labels Sep 15, 2022
@IEvangelist IEvangelist merged commit 949a9cf into dotnet:main Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏁 Release: .NET 7 Work items for the .NET 7 release dotnet-fundamentals/svc okr-curation OKR: Curate content to remove outdated recommendations okr-freshness OKR: Freshness of content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rate Limiting for .NET

4 participants