-
### Description
有 限流,鉴权,白名单等插件。
根据不同的接口需要不同的组合,比如A接口需要限流,B接口需要鉴权+限流,C接口需要鉴权+白名单。
如果要使用消费者,需要建立很多消费者(3个插件就需要建立6个,4个建立24个消费者)
这种有什么好一点的处理办法吗?
### Environment
- APISIX version (run `apisi…
-
### Discussed in https://github.com/PostgREST/postgrest/discussions/2090
Originally posted by **skrick** November 18, 2021
What is the "best" way to configure swagger to work with postgrest. I…
-
Hola,
for S3, one can have custom HTTP headers on a PUT request but not on a GET request.
I would like parity here, but doing the following:
```
func (b *Bucket) GetResponse(path string) (*http.Res…
-
### Issue description
apisix-dashboard-3.0.0的导入功能,导入后缺少上游和插件部分
### Expected behavior
导出的路由json文件导入后可以直接使用,之前apisix-dashboard-2.13.0可以直接导出导入,3.0.0版本会缺少上游和插件部分
### How to Reproduce
1.新建一个路由,json结构如…
-
I'm using URL rewrite function of http-master for my product.
There is no problem in single byte character for a request.
But, If I use multibyte character string at the URI path string, then it makes…
ghost updated
9 years ago
-
I typically declare dependencies in a file in my repos, most often in a PSD1 file used by PSDepend. Since I want to support easy bootstrapping of a local development environment or devcontainer, I wan…
-
Hi
I'm trying to rewrite an application I have in express to use koa instead. The package I use for express [express-openapi-validator](https://www.npmjs.com/package/express-openapi-validator) it s…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: x64
…
mstys updated
3 weeks ago
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
$ npx --no-install next info
Operatin…
-
Hi,
great project! Just leaving this here in case someone else wants to rewrite the example code with async / await.
```
const { promisify } = require('util');
const slsk = require('slsk-cli…