You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This module is under active development and is production ready.
18
18
Version
19
19
=======
20
20
21
-
This document describes ngx_lua [v0.8.10](https://github.com/chaoslawful/lua-nginx-module/tags) released on 22 September 2013.
21
+
This document describes ngx_lua [v0.9.0](https://github.com/chaoslawful/lua-nginx-module/tags) released on 29 September 2013.
22
22
23
23
Synopsis
24
24
========
@@ -5509,7 +5509,9 @@ See Also
5509
5509
*[lua-resty-mysql](http://github.com/agentzh/lua-resty-mysql) library based on ngx_lua cosocket.
5510
5510
*[lua-resty-upload](http://github.com/agentzh/lua-resty-upload) library based on ngx_lua cosocket.
5511
5511
*[lua-resty-dns](http://github.com/agentzh/lua-resty-dns) library based on ngx_lua cosocket.
5512
+
*[lua-resty-websocket](http://github.com/agentzh/lua-resty-websocket) library for both WebSocket server and client, based on ngx_lua cosocket.
5512
5513
*[lua-resty-string](http://github.com/agentzh/lua-resty-string) library based on [LuaJIT FFI](http://luajit.org/ext_ffi.html).
5514
+
*[lua-resty-lock](http://github.com/agentzh/lua-resty-lock) library for a nonblocking simple lock API.
5513
5515
*[Routing requests to different MySQL queries based on URI arguments](http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs)
5514
5516
*[Dynamic Routing Based on Redis and Lua](http://openresty.org/#DynamicRoutingBasedOnRedis)
5515
5517
*[Using LuaRocks with ngx_lua](http://openresty.org/#UsingLuaRocks)
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This module is under active development and is production ready.
10
10
11
11
= Version =
12
12
13
-
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.8.10] released on 22 September 2013.
13
+
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.9.0] released on 29 September 2013.
14
14
15
15
= Synopsis =
16
16
<geshi lang="nginx">
@@ -5317,7 +5317,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5317
5317
* [http://github.com/agentzh/lua-resty-mysql lua-resty-mysql] library based on ngx_lua cosocket.
5318
5318
* [http://github.com/agentzh/lua-resty-upload lua-resty-upload] library based on ngx_lua cosocket.
5319
5319
* [http://github.com/agentzh/lua-resty-dns lua-resty-dns] library based on ngx_lua cosocket.
5320
+
* [http://github.com/agentzh/lua-resty-websocket lua-resty-websocket] library for both WebSocket server and client, based on ngx_lua cosocket.
5320
5321
* [http://github.com/agentzh/lua-resty-string lua-resty-string] library based on [http://luajit.org/ext_ffi.html LuaJIT FFI].
5322
+
* [http://github.com/agentzh/lua-resty-lock lua-resty-lock] library for a nonblocking simple lock API.
5321
5323
* [http://openresty.org/#RoutingMySQLQueriesBasedOnURIArgs Routing requests to different MySQL queries based on URI arguments]
5322
5324
* [http://openresty.org/#DynamicRoutingBasedOnRedis Dynamic Routing Based on Redis and Lua]
5323
5325
* [http://openresty.org/#UsingLuaRocks Using LuaRocks with ngx_lua]
0 commit comments