cloudwego / hertz-examples

Examples for Hertz.
Apache License 2.0
235 stars 119 forks source link

possible to do a rate limit example in terms of bandwidth? e.g. rate limited by 100kb/second #131

Open ouvaa opened 8 months ago

ouvaa commented 8 months ago

possible to do a rate limit example in terms of bandwidth? e.g. rate limited by 100kb/second

couldnt find a rate limiter by req/s by the way but that's "fine". hope to see a 100kb/second rate limiter example. pls help. thx

li-jin-gou commented 8 months ago

Without this example, you can implement it yourself using the capabilities of the middleware.