在 ASP.NET Core 中是否可以为某个路由分配高优先级?

问题描述 投票:0回答:0

Kestrel 上的 ASP.NET Core 7 网站每秒处理数千个 API 请求。

我想要一个端点

/API/something_important
,它比处理所有其他请求具有更高的优先级。以某种方式对该端点的请求将能够跳到在 http 队列中等待的所有其他请求,以确保它得到紧急处理。

这怎么可能?

c# .net asp.net-core http kestrel-http-server
© www.soinside.com 2019 - 2024. All rights reserved.