-
Cloud flare lunch experimental quic support for HTTPv3:
https://github.com/cloudflare/quiche/tree/master/extras/nginx
Seems depend on openssl issue https://github.com/openssl/openssl/pull/8797
An…
-
I have docker file like this.
```Dockerfile
FROM openresty/openresty:bionic
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-jwt
COPY cors.conf /usr/local/openresty/nginx/conf/c…
-
- Related: #24, #17
- **Lua / OpenResty related links**
- _Lean lua in an Hour_ https://www.youtube.com/watch?v=S4eNl1rA1Ns
- _Definitely an openresty guide_ https://www.staticshin.com/program…
-
### Description
Hi All,
I would like to route the request to 3rd API based on the 1st API HTTP_STATUS response.
I mean:
1. Call `http://apisix/api1`
2. Get `api1` response / `http_status`
3.…
-
local mongo = require "resty.mongol"
local host_info = {
host="192.168.1.2",
port=27017,
username="ttt",
password="ttt"
}
conn = mongo:new()
conn:set_ti…
-
#### 如何实现限流,通过Nginx配置。
* [后端服务之接口流量控制](https://www.chenshaowen.com/blog/rate-limiting-of-api.html)
* [使用Nginx+Lua开发高性能Web应用](https://mp.weixin.qq.com/s/yTNSCTOvSsBZVYOKoedPpw)
文中提到了Nginx+Lua的使用,找…
onvno updated
4 years ago
-
It is desired to enable those Lua APIs that might yield in the context of `init_by_lua*`. It's particularly useful to have the ability to initiate multiple concurrent light threads to (pre)load crucia…
-
@sumory there are some codes in Lor can not be compiled by LuaJIT.
attachment [1.txt](https://github.com/iresty/Mio/files/469141/1.txt) is generated by jit.dump. You can use like this:
```
init_by…
-
I am using this plugin for a long time. I have a use case, where there is an application hosted behind the kong. That application is having a query parameter named "code". Whenever we try to access th…
-
- [ ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。
### 环境信息
* `arthas-boot.jar` 的版本: 3.5.4
* arthas-tunnel-server 版本: 3.5.4
* 操作系统版本: windows10
* 目标进程的JVM版本: 1.8
…